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