1; RUN: opt < %s -instcombine -S | grep nounwind
2
3define void @bar() {
4entry:
5        call void asm sideeffect "", "~{dirflag},~{fpsr},~{flags}"( )
6        ret void
7}
8