diff options
Diffstat (limited to 'test/Transforms/TailDup/PHIUpdateTest.ll')
-rw-r--r-- | test/Transforms/TailDup/PHIUpdateTest.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/TailDup/PHIUpdateTest.ll b/test/Transforms/TailDup/PHIUpdateTest.ll index 433b078025..ae591a00be 100644 --- a/test/Transforms/TailDup/PHIUpdateTest.ll +++ b/test/Transforms/TailDup/PHIUpdateTest.ll @@ -1,6 +1,6 @@ ; This test checks to make sure phi nodes are updated properly ; -; RUN: llvm-as < %s | opt -tailduplicate -disable-output +; RUN: llvm-upgrade < %s | llvm-as | opt -tailduplicate -disable-output |