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