summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/FunctionAttrs/comdat-ipo.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Transforms/FunctionAttrs/comdat-ipo.ll')
-rw-r--r--llvm/test/Transforms/FunctionAttrs/comdat-ipo.ll17
1 files changed, 0 insertions, 17 deletions
diff --git a/llvm/test/Transforms/FunctionAttrs/comdat-ipo.ll b/llvm/test/Transforms/FunctionAttrs/comdat-ipo.ll
deleted file mode 100644
index 2a149e436b6..00000000000
--- a/llvm/test/Transforms/FunctionAttrs/comdat-ipo.ll
+++ /dev/null
@@ -1,17 +0,0 @@
-; RUN: opt < %s -functionattrs -S | FileCheck %s
-; RUN: opt < %s -passes=function-attrs -S | FileCheck %s
-
-; See PR26774
-
-; CHECK-LABEL: define void @bar(i8* readonly) {
-define void @bar(i8* readonly) {
- call void @foo(i8* %0)
- ret void
-}
-
-
-; CHECK-LABEL: define linkonce_odr void @foo(i8* readonly) {
-define linkonce_odr void @foo(i8* readonly) {
- call void @bar(i8* %0)
- ret void
-}
OpenPOWER on IntegriCloud