summaryrefslogtreecommitdiffstats
path: root/test/Transforms/InstCombine/div-cmp-overflow.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/InstCombine/div-cmp-overflow.ll')
-rw-r--r--test/Transforms/InstCombine/div-cmp-overflow.ll8
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 6f63adc..0000000
--- 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
-}
OpenPOWER on IntegriCloud