summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/InstCombine/2004-08-09-RemInfLoop.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Transforms/InstCombine/2004-08-09-RemInfLoop.ll')
-rw-r--r--llvm/test/Transforms/InstCombine/2004-08-09-RemInfLoop.ll9
1 files changed, 0 insertions, 9 deletions
diff --git a/llvm/test/Transforms/InstCombine/2004-08-09-RemInfLoop.ll b/llvm/test/Transforms/InstCombine/2004-08-09-RemInfLoop.ll
deleted file mode 100644
index f3e5d77c0c8..00000000000
--- a/llvm/test/Transforms/InstCombine/2004-08-09-RemInfLoop.ll
+++ /dev/null
@@ -1,9 +0,0 @@
-; RUN: opt < %s -instcombine
-
-; This testcase should not send the instcombiner into an infinite loop!
-
-define i32 @test(i32 %X) {
- %Y = srem i32 %X, 0 ; <i32> [#uses=1]
- ret i32 %Y
-}
-
OpenPOWER on IntegriCloud