hanchenye-llvm-project/llvm/test/Transforms/ADCE/2002-01-31-UseStuckAround.ll

14 lines
224 B
LLVM
Raw Normal View History

; RUN: llvm-as %s -o - | opt -adce
2002-05-08 04:51:59 +08:00
define i32 @"main"(i32 %argc)
2002-05-08 04:51:59 +08:00
begin
br label %2
%retval = phi i32 [ %argc, %2 ] ; <i32> [#uses=2]
%two = add i32 %retval, %retval ; <i32> [#uses=1]
ret i32 %two
2002-05-08 04:51:59 +08:00
br label %1
end