Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
llvm
/
a9b36d5f69fcb51a47f586472fe59b6d0c6fb387
/
.
/
test
/
Transforms
/
SCCP
/
2004-11-16-DeadInvoke.ll
blob: 544edc0b3c53011c0894f5a169b24e1d09ace696 [
file
] [
log
] [
blame
]
; RUN: llvm-upgrade < %s | llvm-as | opt -sccp -disable-output
implementation
declare
int
%foo
()
void
%caller
()
{
br
bool
true
,
label
%T
,
label
%F
F
:
%X
=
invoke
int
%foo
()
to
label
%T
unwind
label
%T
T
:
ret
void
}