android_mt6572_jiabo/external/llvm/test/Transforms/InstCombine/2007-12-16-AsmNoUnwind.ll
2025-09-05 16:56:03 +08:00

7 lines
166 B
LLVM

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