aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/LoopDeletion/dcetest.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/LoopDeletion/dcetest.ll')
-rw-r--r--test/Transforms/LoopDeletion/dcetest.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/LoopDeletion/dcetest.ll b/test/Transforms/LoopDeletion/dcetest.ll
index b751244532..f1e793de03 100644
--- a/test/Transforms/LoopDeletion/dcetest.ll
+++ b/test/Transforms/LoopDeletion/dcetest.ll
@@ -1,7 +1,7 @@
; This is the test case taken from Appel's book that illustrates a hard case
; that SCCP gets right, and when followed by ADCE, is completely eliminated
;
-; RUN: opt %s -sccp -simplifycfg -indvars -loop-deletion -dce -simplifycfg -S | not grep br
+; RUN: opt < %s -sccp -simplifycfg -indvars -loop-deletion -dce -simplifycfg -S | not grep br
define i32 @"test function"(i32 %i0, i32 %j0) {
BB1: