summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/Inline/noinline.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Transforms/Inline/noinline.ll')
-rw-r--r--llvm/test/Transforms/Inline/noinline.ll18
1 files changed, 0 insertions, 18 deletions
diff --git a/llvm/test/Transforms/Inline/noinline.ll b/llvm/test/Transforms/Inline/noinline.ll
deleted file mode 100644
index 7667114b68e..00000000000
--- a/llvm/test/Transforms/Inline/noinline.ll
+++ /dev/null
@@ -1,18 +0,0 @@
-; RUN: opt -inline -S < %s | FileCheck %s
-; PR6682
-declare void @foo() nounwind
-
-define void @bar() nounwind {
-entry:
- tail call void @foo() nounwind
- ret void
-}
-
-define void @bazz() nounwind {
-entry:
- tail call void @bar() nounwind noinline
- ret void
-}
-
-; CHECK: define void @bazz()
-; CHECK: call void @bar()
OpenPOWER on IntegriCloud