aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/JumpThreading/2009-01-19-InfSwitchLoop.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/JumpThreading/2009-01-19-InfSwitchLoop.ll')
-rw-r--r--test/Transforms/JumpThreading/2009-01-19-InfSwitchLoop.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/JumpThreading/2009-01-19-InfSwitchLoop.ll b/test/Transforms/JumpThreading/2009-01-19-InfSwitchLoop.ll
index b02ff54..5c1f77b 100644
--- a/test/Transforms/JumpThreading/2009-01-19-InfSwitchLoop.ll
+++ b/test/Transforms/JumpThreading/2009-01-19-InfSwitchLoop.ll
@@ -1,4 +1,4 @@
-; RUN: opt %s -jump-threading | llvm-dis
+; RUN: opt < %s -jump-threading | llvm-dis
; PR3353
define i32 @test(i8 %X) {