diff options
author | Chris Lattner <sabre@nondot.org> | 2011-02-09 17:06:41 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2011-02-09 17:06:41 +0000 |
commit | 6bfd77e3158b10861c76529492eae24a573390a8 (patch) | |
tree | 77de98d51609cc4c1514d8a9a854d4bb4c5b4c23 /test/Transforms/InstCombine/div-cmp-overflow.ll | |
parent | aeaf3d484b4d4c35e8794378c4b6cfbbde718dd1 (diff) |
merge two tests.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@125195 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/InstCombine/div-cmp-overflow.ll')
-rw-r--r-- | test/Transforms/InstCombine/div-cmp-overflow.ll | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/test/Transforms/InstCombine/div-cmp-overflow.ll b/test/Transforms/InstCombine/div-cmp-overflow.ll deleted file mode 100644 index 6f63adcd2e..0000000000 --- a/test/Transforms/InstCombine/div-cmp-overflow.ll +++ /dev/null @@ -1,8 +0,0 @@ -; RUN: opt < %s -instcombine -S | not grep sdiv -; PR2740 - -define i1 @func_75(i32 %i2) nounwind { - %i3 = sdiv i32 %i2, -1328634635 - %i4 = icmp eq i32 %i3, -1 - ret i1 %i4 -} |