summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2006-12-09 05:13:50 +0000
committerReid Spencer <rspencer@reidspencer.com>2006-12-09 05:13:50 +0000
commitee2c7b08c5ca12c7ea062a3c976f950a57b80b23 (patch)
tree9ee20052e5363c3ba20021afdc0ffb2843d7e879 /test
parent30e6c63486fb291114ea02effff70cf0ab1f283c (diff)
downloadllvm-ee2c7b08c5ca12c7ea062a3c976f950a57b80b23.tar.gz
llvm-ee2c7b08c5ca12c7ea062a3c976f950a57b80b23.tar.bz2
llvm-ee2c7b08c5ca12c7ea062a3c976f950a57b80b23.tar.xz
Too soon to commit, revert.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32397 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/Transforms/InstCombine/JavaCompare.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/JavaCompare.ll b/test/Transforms/InstCombine/JavaCompare.ll
index 11f706e566..f583fa92d9 100644
--- a/test/Transforms/InstCombine/JavaCompare.ll
+++ b/test/Transforms/InstCombine/JavaCompare.ll
@@ -1,7 +1,7 @@
; This is the sequence of stuff that the Java front-end expands for a single
; <= comparison. Check to make sure we turn it into a <= (only)
-; RUN: llvm-upgrade < %s | llvm-as | opt -instcombine | llvm-dis | grep -v 'icmp sle'| not grep '#uses'
+; RUN: llvm-upgrade < %s | llvm-as | opt -instcombine | llvm-dis | grep -v 'setle'| not grep '#uses'
bool %le(int %A, int %B) {
%c1 = setgt int %A, %B;