summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/InstCombine/2008-07-09-SubAndError.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Transforms/InstCombine/2008-07-09-SubAndError.ll')
-rw-r--r--llvm/test/Transforms/InstCombine/2008-07-09-SubAndError.ll9
1 files changed, 0 insertions, 9 deletions
diff --git a/llvm/test/Transforms/InstCombine/2008-07-09-SubAndError.ll b/llvm/test/Transforms/InstCombine/2008-07-09-SubAndError.ll
deleted file mode 100644
index ed0141403bb..00000000000
--- a/llvm/test/Transforms/InstCombine/2008-07-09-SubAndError.ll
+++ /dev/null
@@ -1,9 +0,0 @@
-; RUN: opt < %s -instcombine -S | not grep "sub i32 0"
-; PR2330
-
-define i32 @foo(i32 %a) nounwind {
-entry:
- %A = sub i32 5, %a
- %B = and i32 %A, 2
- ret i32 %B
-}
OpenPOWER on IntegriCloud