comparison llvm/test/Transforms/FunctionAttrs/nonnull-global.ll @ 252:1f2b6ac9f198 llvm-original

LLVM16-1
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Fri, 18 Aug 2023 09:04:13 +0900
parents c4bab56944e8
children
comparison
equal deleted inserted replaced
237:c80f45b162ad 252:1f2b6ac9f198
1 ; RUN: opt -S -function-attrs %s | FileCheck %s
2 ; RUN: opt -S -passes=function-attrs %s | FileCheck %s 1 ; RUN: opt -S -passes=function-attrs %s | FileCheck %s
3 2
4 @a = external global i8, !absolute_symbol !0 3 @a = external global i8, !absolute_symbol !0
5 4
6 ; CHECK-NOT: define nonnull 5 ; CHECK-NOT: define nonnull