diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2007-03-26 18:04:38 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2007-03-26 18:04:38 +0000 |
commit | 21e289b5c23d4883063131eda800a953877d85b8 (patch) | |
tree | aab8e8adfe9d34a68fb3fa28fcf3281d7d7b1d68 /test/Transforms/InstCombine/2007-03-25-BadShiftMask.ll | |
parent | a9b8101333df1e690d174cc3d129996ff6937929 (diff) |
Fix this test case to match output after a bug was fixed.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35359 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/InstCombine/2007-03-25-BadShiftMask.ll')
-rw-r--r-- | test/Transforms/InstCombine/2007-03-25-BadShiftMask.ll | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/2007-03-25-BadShiftMask.ll b/test/Transforms/InstCombine/2007-03-25-BadShiftMask.ll index 3a706a5686..dcd70478c6 100644 --- a/test/Transforms/InstCombine/2007-03-25-BadShiftMask.ll +++ b/test/Transforms/InstCombine/2007-03-25-BadShiftMask.ll @@ -1,5 +1,6 @@ ; PR1271 -; RUN: llvm-as < %s | opt -instcombine | llvm-dis | grep 'br i1 %1' +; RUN: llvm-as < %s | opt -instcombine | llvm-dis | \ +; RUN: grep 'icmp eq i32 .tmp.*, 2146435072' %struct..0anon = type { i32, i32 } %struct..1anon = type { double } |