diff options
Diffstat (limited to 'test/Transforms/ADCE/2002-05-22-PHITest.ll')
-rw-r--r-- | test/Transforms/ADCE/2002-05-22-PHITest.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/ADCE/2002-05-22-PHITest.ll b/test/Transforms/ADCE/2002-05-22-PHITest.ll index e13536cac02..cf9872e2e11 100644 --- a/test/Transforms/ADCE/2002-05-22-PHITest.ll +++ b/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: llvm-as < %s | opt -adce | llvm-dis | grep BB1 +; RUN: llvm-upgrade < %s | llvm-as | opt -adce | llvm-dis | grep BB1 int "test"(bool %C, int %A, int %B) { |