summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
Diffstat (limited to 'llvm')
-rw-r--r--llvm/test/Regression/Transforms/InstCombine/2004-08-10-BoolSetCC.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Regression/Transforms/InstCombine/2004-08-10-BoolSetCC.ll b/llvm/test/Regression/Transforms/InstCombine/2004-08-10-BoolSetCC.ll
index db4735d0b62..88c4cc43153 100644
--- a/llvm/test/Regression/Transforms/InstCombine/2004-08-10-BoolSetCC.ll
+++ b/llvm/test/Regression/Transforms/InstCombine/2004-08-10-BoolSetCC.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s| opt -instcombine | llvm-dis | grep 'ret bool false'
+; RUN: llvm-upgrade < %s | llvm-as | opt -instcombine | llvm-dis | grep 'ret bool false'
bool %test(bool %V) {
%Y = setlt bool %V, false
ret bool %Y
OpenPOWER on IntegriCloud