diff options
author | Chris Lattner <sabre@nondot.org> | 2010-03-05 08:43:33 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-03-05 08:43:33 +0000 |
commit | 76e70312dbf8fc61ac00e13b00f4996f95f40174 (patch) | |
tree | b74b553a22101fe3358c4ab8f52c02418e0bf889 /test/Transforms/InstCombine/JavaCompare.ll | |
parent | d878ca6cabfecaa05cdeb23e491a275590da05cb (diff) | |
download | external_llvm-76e70312dbf8fc61ac00e13b00f4996f95f40174.tar.gz external_llvm-76e70312dbf8fc61ac00e13b00f4996f95f40174.tar.bz2 external_llvm-76e70312dbf8fc61ac00e13b00f4996f95f40174.zip |
make these less sensitive to temporary naming.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97799 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/InstCombine/JavaCompare.ll')
-rw-r--r-- | test/Transforms/InstCombine/JavaCompare.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/JavaCompare.ll b/test/Transforms/InstCombine/JavaCompare.ll index 7d0edb84d1..46b6c19f9a 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: opt < %s -instcombine -S | grep {%c3 = icmp sle i32 %A, %B} +; RUN: opt < %s -instcombine -S | grep {icmp sle i32 %A, %B} define i1 @le(i32 %A, i32 %B) { %c1 = icmp sgt i32 %A, %B ; <i1> [#uses=1] |