llvm-6502/test/Transforms/InstCombine/2007-12-16-AsmNoUnwind.ll
2009-09-08 22:34:10 +00:00

8 lines
164 B
LLVM

; RUN: opt %s -instcombine -S | grep nounwind
define void @bar() {
entry:
call void asm sideeffect "", "~{dirflag},~{fpsr},~{flags}"( )
ret void
}