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 1d08e6f..6b6b340 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: llvm-as < %s | opt -constprop -die | llvm-dis | not grep 'set'
+; RUN: llvm-upgrade < %s | llvm-as | opt -constprop -die | llvm-dis | not grep 'set'
bool "test1"() {
%A = setle bool true, false