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 49eb6a5667..38d8ebfcce 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: opt %s -tailduplicate -disable-output +; RUN: opt < %s -tailduplicate -disable-output define i32 @test(i1 %c, i32 %X, i32 %Y) { br label %L |