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