summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/InferFunctionAttrs/pr30455.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Transforms/InferFunctionAttrs/pr30455.ll')
-rw-r--r--llvm/test/Transforms/InferFunctionAttrs/pr30455.ll13
1 files changed, 0 insertions, 13 deletions
diff --git a/llvm/test/Transforms/InferFunctionAttrs/pr30455.ll b/llvm/test/Transforms/InferFunctionAttrs/pr30455.ll
deleted file mode 100644
index e12e58b42bd..00000000000
--- a/llvm/test/Transforms/InferFunctionAttrs/pr30455.ll
+++ /dev/null
@@ -1,13 +0,0 @@
-; RUN: opt < %s -mtriple=x86_64-unknown-linux-gnu -inferattrs -S | FileCheck %s
-%struct.statvfs64 = type { i32 }
-
-; Function Attrs: norecurse uwtable
-define i32 @foo() {
-entry:
- %st = alloca %struct.statvfs64, align 4
- %0 = bitcast %struct.statvfs64* %st to i8*
- ret i32 0
-}
-
-; CHECK: declare i32 @statvfs64(%struct.statvfs64*){{$}}
-declare i32 @statvfs64(%struct.statvfs64*)
OpenPOWER on IntegriCloud