summaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/2004-08-10-BoolSetCC.ll
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2006-12-08 17:39:49 +0000
committerReid Spencer <rspencer@reidspencer.com>2006-12-08 17:39:49 +0000
commitf6a3f0005555ea9eac2b3ec3d3d901940b26cba5 (patch)
tree39c49ab27e3a38fca77ca2b44eb5a34c37f942b3 /test/Transforms/InstCombine/2004-08-10-BoolSetCC.ll
parentf6825c5ddc7e6f6861301f70931807e22843af30 (diff)
downloadllvm-f6a3f0005555ea9eac2b3ec3d3d901940b26cba5.tar.gz
llvm-f6a3f0005555ea9eac2b3ec3d3d901940b26cba5.tar.bz2
llvm-f6a3f0005555ea9eac2b3ec3d3d901940b26cba5.tar.xz
This test needs to be upgraded.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32359 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/InstCombine/2004-08-10-BoolSetCC.ll')
-rw-r--r--test/Transforms/InstCombine/2004-08-10-BoolSetCC.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/2004-08-10-BoolSetCC.ll b/test/Transforms/InstCombine/2004-08-10-BoolSetCC.ll
index db4735d0b6..88c4cc4315 100644
--- a/test/Transforms/InstCombine/2004-08-10-BoolSetCC.ll
+++ b/test/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