diff --git a/llvm/test/Transforms/ADCE/2002-01-31-UseStuckAround.ll b/llvm/test/Transforms/ADCE/2002-01-31-UseStuckAround.ll --- a/llvm/test/Transforms/ADCE/2002-01-31-UseStuckAround.ll +++ b/llvm/test/Transforms/ADCE/2002-01-31-UseStuckAround.ll @@ -1,4 +1,4 @@ -; RUN: opt < %s -adce +; RUN: opt < %s -passes=adce define i32 @"main"(i32 %argc) { br label %2 diff --git a/llvm/test/Transforms/ADCE/2002-05-22-PHITest.ll b/llvm/test/Transforms/ADCE/2002-05-22-PHITest.ll --- a/llvm/test/Transforms/ADCE/2002-05-22-PHITest.ll +++ b/llvm/test/Transforms/ADCE/2002-05-22-PHITest.ll @@ -1,6 +1,6 @@ ; It is illegal to remove BB1 because it will mess up the PHI node! ; -; RUN: opt < %s -adce -S | grep BB1 +; RUN: opt < %s -passes=adce -S | grep BB1 define i32 @test(i1 %C, i32 %A, i32 %B) { ;