aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/CorrelatedExprs/2002-10-03-PHIPropogate.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/CorrelatedExprs/2002-10-03-PHIPropogate.ll')
-rw-r--r--test/Transforms/CorrelatedExprs/2002-10-03-PHIPropogate.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/CorrelatedExprs/2002-10-03-PHIPropogate.ll b/test/Transforms/CorrelatedExprs/2002-10-03-PHIPropogate.ll
index d1bb430..2496805 100644
--- a/test/Transforms/CorrelatedExprs/2002-10-03-PHIPropogate.ll
+++ b/test/Transforms/CorrelatedExprs/2002-10-03-PHIPropogate.ll
@@ -12,7 +12,7 @@
; }
; }
;
-; RUN: as < %s | opt -cee -simplifycfg | dis | not grep bb3
+; RUN: llvm-as < %s | opt -cee -simplifycfg | llvm-dis | not grep bb3
implementation
declare void %bar()