aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/ADCE/adcetest.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/ADCE/adcetest.ll')
-rw-r--r--test/Transforms/ADCE/adcetest.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/ADCE/adcetest.ll b/test/Transforms/ADCE/adcetest.ll
index 2e9cd6c..28b5852 100644
--- a/test/Transforms/ADCE/adcetest.ll
+++ b/test/Transforms/ADCE/adcetest.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: as < %s | opt -sccp -adce -simplifycfg | dis | not grep br
+; RUN: llvm-as < %s | opt -sccp -adce -simplifycfg | llvm-dis | not grep br
int "test function"(int %i0, int %j0) {
BB1: