Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
6793dd9769047706acf34420586716450344fb66
/
.
/
test
/
Other
/
2008-10-06-RemoveDeadPass.ll
blob: a82d1b6f4b778f5923a89c1d9654c14d4087d08d [
file
] [
log
] [
blame
]
; RUN: llvm-as < %s | opt -inline -internalize -disable-output
define
void
@foo
()
nounwind
{
ret
void
}
define
void
@main
(
...
)
nounwind
{
call
void
@foo
()
ret
void
}