Sign in
llvm
/
llvm-project
/
llvm
/
refs/heads/master
/
.
/
test
/
Transforms
/
InferFunctionAttrs
/
nobuiltin.ll
blob: 337e1c9723d23c4a985ec87a3a48799d6890736b [
file
] [
log
] [
blame
]
; RUN: opt -S -passes=inferattrs < %s | FileCheck %s
; CHECK: Function Attrs: nobuiltin allocsize(0){{$}}
; CHECK: declare ptr @_Znwm(i32)
declare
ptr
@_Znwm
(
i32
)
nobuiltin
allocsize
(
0
)