llvm-for-llvmta/test/Transforms/InstCombine/2007-12-16-AsmNoUnwind.ll
Nils Hölscher 3500bf8dde first commit
2022-04-25 10:02:23 +02:00

8 lines
166 B
LLVM

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