[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / llvm / test / Transforms / ADCE / 2002-01-31-UseStuckAround.ll
blob3032c6fd1a21b752df8f8c143a334c4c3bc49d4c
1 ; RUN:  opt < %s -passes=adce
3 define i32 @"main"(i32 %argc) {
4         br label %2
6         %retval = phi i32 [ %argc, %2 ]         ; <i32> [#uses=2]
7         %two = add i32 %retval, %retval         ; <i32> [#uses=1]
8         ret i32 %two
10         br label %1