Bump version to 19.1.0-rc3
[llvm-project.git] / llvm / test / Transforms / InferFunctionAttrs / pr30455.ll
blob7fa68f94dc71cc1c81913c30467d90ed1a832718
1 ; RUN: opt < %s -mtriple=x86_64-unknown-linux-gnu -passes=inferattrs -S | FileCheck %s
2 %struct.statvfs64 = type { i32 }
4 ; Function Attrs: norecurse uwtable
5 define i32 @foo() {
6 entry:
7   %st = alloca %struct.statvfs64, align 4
8   ret i32 0
11 ; CHECK: declare i32 @statvfs64(ptr){{$}}
12 declare i32 @statvfs64(ptr)