[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / llvm / test / Transforms / FunctionAttrs / 2008-12-29-Constant.ll
blobd814666b1b64e819e2211da6d93bec5999a769ea
1 ; RUN: opt < %s -basic-aa -function-attrs -S | FileCheck %s
2 ; RUN: opt < %s -aa-pipeline=basic-aa -passes=function-attrs -S | FileCheck %s
4 @s = external constant i8               ; <i8*> [#uses=1]
6 ; CHECK: define i8 @f() #0
7 define i8 @f() {
8         %tmp = load i8, i8* @s          ; <i8> [#uses=1]
9         ret i8 %tmp
12 ; CHECK: attributes #0 = { {{.*}} readnone