summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/Inline/inline-probe-stack.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Transforms/Inline/inline-probe-stack.ll')
-rw-r--r--llvm/test/Transforms/Inline/inline-probe-stack.ll20
1 files changed, 0 insertions, 20 deletions
diff --git a/llvm/test/Transforms/Inline/inline-probe-stack.ll b/llvm/test/Transforms/Inline/inline-probe-stack.ll
deleted file mode 100644
index bddee16d30b..00000000000
--- a/llvm/test/Transforms/Inline/inline-probe-stack.ll
+++ /dev/null
@@ -1,20 +0,0 @@
-; RUN: opt %s -inline -S | FileCheck %s
-
-define internal void @inner() "probe-stack"="__probestackinner" {
- ret void
-}
-
-define void @outerNoAttribute() {
- call void @inner()
- ret void
-}
-
-define void @outerConflictingAttribute() "probe-stack"="__probestackouter" {
- call void @inner()
- ret void
-}
-
-; CHECK: define void @outerNoAttribute() #0
-; CHECK: define void @outerConflictingAttribute() #1
-; CHECK: attributes #0 = { "probe-stack"="__probestackinner" }
-; CHECK: attributes #1 = { "probe-stack"="__probestackouter" }
OpenPOWER on IntegriCloud