Sign in
llvm
/
llvm-project
/
0e85232fa39dbe54b13b40320460dd4f945b29fd
/
.
/
llvm
/
test
/
Transforms
/
FunctionAttrs
/
nonnull-global.ll
blob: e0c8ae465935da68d10b3962db4967245c0eb4ed [
file
] [
log
] [
blame
]
; RUN: opt -S -function-attrs %s | FileCheck %s
; RUN: opt -S -passes=function-attrs %s | FileCheck %s
@a
=
external
global
i8
,
!absolute_symbol !0
; CHECK-NOT: define nonnull
define
i8
*
@foo
()
{
ret
i8
*
@a
}
!0
=
!
{
i64
0
,
i64
256
}