summaryrefslogtreecommitdiffstats
path: root/test/Transforms/SCCP/sccptest.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/SCCP/sccptest.ll')
-rw-r--r--test/Transforms/SCCP/sccptest.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/SCCP/sccptest.ll b/test/Transforms/SCCP/sccptest.ll
index 84ba2d4..6f422f0 100644
--- a/test/Transforms/SCCP/sccptest.ll
+++ b/test/Transforms/SCCP/sccptest.ll
@@ -1,7 +1,7 @@
; This is the test case taken from appel's book that illustrates a hard case
; that SCCP gets right. BB3 should be completely eliminated.
;
-; RUN: llvm-as < %s | opt -sccp -constprop -dce -simplifycfg | \
+; RUN: opt < %s -sccp -constprop -dce -simplifycfg | \
; RUN: llvm-dis | not grep BB3
define i32 @testfunction(i32 %i0, i32 %j0) {
OpenPOWER on IntegriCloud