summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/InstCombine/pr28143.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Transforms/InstCombine/pr28143.ll')
-rw-r--r--llvm/test/Transforms/InstCombine/pr28143.ll12
1 files changed, 0 insertions, 12 deletions
diff --git a/llvm/test/Transforms/InstCombine/pr28143.ll b/llvm/test/Transforms/InstCombine/pr28143.ll
deleted file mode 100644
index 9ef273e5ed4..00000000000
--- a/llvm/test/Transforms/InstCombine/pr28143.ll
+++ /dev/null
@@ -1,12 +0,0 @@
-; RUN: opt -S -instcombine < %s | FileCheck %s
-
-define void @test1() {
-entry:
- call void @tan()
- ret void
-}
-; CHECK-LABEL: define void @test1(
-; CHECK: call void @tan()
-; CHECK-NEXT: ret void
-
-declare void @tan()
OpenPOWER on IntegriCloud