8625704ad8
Former-commit-id: 67aa10e65b237e1c4537630979ee99ebe1374215
11 lines
181 B
LLVM
11 lines
181 B
LLVM
; RUN: opt -S -functionattrs %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}
|