aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/SCCP/basictest.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/SCCP/basictest.ll')
-rw-r--r--test/Transforms/SCCP/basictest.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/SCCP/basictest.ll b/test/Transforms/SCCP/basictest.ll
index 2ed9d5e..0825d0d 100644
--- a/test/Transforms/SCCP/basictest.ll
+++ b/test/Transforms/SCCP/basictest.ll
@@ -1,7 +1,7 @@
; This is a basic sanity check for constant propogation. The add instruction
; should be eliminated.
-; RUN: as < %s | opt -sccp | dis | not grep add
+; RUN: llvm-as < %s | opt -sccp | llvm-dis | not grep add
int %test(bool %B) {
br bool %B, label %BB1, label %BB2