1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-28 06:22:51 +01:00
llvm-mirror/test/Regression/Transforms/ADCE/2002-01-31-UseStuckAround.ll

16 lines
223 B
LLVM
Raw Normal View History

2002-05-07 22:51:59 +02:00
; RUN: as < %s | opt -adce
implementation
int "main"(int %argc)
begin
br label %2
%retval = phi int [ %argc, %2 ] ; <int> [#uses=2]
%two = add int %retval, %retval ; <int> [#uses=1]
ret int %two
br label %1
end