Sign in
chromium
/
external
/
github.com
/
kripken
/
emscripten-fastcomp
/
refs/heads/optimize-modules
/
.
/
test
/
Transforms
/
InstCombine
/
2007-12-16-AsmNoUnwind.ll
blob: 85cf9b6904cb0f414f51cf541691ee8a83603eae [
file
] [
edit
]
; RUN: opt < %s -instcombine -S | grep nounwind
define
void
@bar
()
{
entry
:
call
void
asm
sideeffect
""
,
"~{dirflag},~{fpsr},~{flags}"
(
)
ret
void
}