Too soon to commit, revert.
authorReid Spencer <rspencer@reidspencer.com>
Sat, 9 Dec 2006 05:13:50 +0000 (05:13 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Sat, 9 Dec 2006 05:13:50 +0000 (05:13 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32397 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/InstCombine/JavaCompare.ll

index 11f706e5662d0fddb3a99237d06bf8835d9c7125..f583fa92d9ca46dc8a210c9599a945400275a443 100644 (file)
@@ -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;