aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/ConstProp/2002-09-03-SetCC-Bools.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/ConstProp/2002-09-03-SetCC-Bools.ll')
-rw-r--r--test/Transforms/ConstProp/2002-09-03-SetCC-Bools.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/ConstProp/2002-09-03-SetCC-Bools.ll b/test/Transforms/ConstProp/2002-09-03-SetCC-Bools.ll
index ec73c05..1d08e6f 100644
--- a/test/Transforms/ConstProp/2002-09-03-SetCC-Bools.ll
+++ b/test/Transforms/ConstProp/2002-09-03-SetCC-Bools.ll
@@ -1,6 +1,6 @@
; SetCC on boolean values was not implemented!
-; RUN: as < %s | opt -constprop -die | dis | not grep 'set'
+; RUN: llvm-as < %s | opt -constprop -die | llvm-dis | not grep 'set'
bool "test1"() {
%A = setle bool true, false