Sign in
swiftshader
/
SwiftShader
/
70844755c9a7781b3f8c6cbfdd7c8d6420f9f646
/
.
/
third_party
/
LLVM
/
test
/
Transforms
/
InstCombine
/
2007-12-16-AsmNoUnwind.ll
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
}