blob: 336c6d5a2eba6ff0c95c1c04311a15e51d77a99f [file] [log] [blame]
; RUN: llvm-as < %s | opt -instcombine | llvm-dis | grep nounwind
define void @bar() {
entry:
call void asm sideeffect "", "~{dirflag},~{fpsr},~{flags}"( )
ret void
}