[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git] / llvm / test / Transforms / FunctionAttrs / 2008-09-13-VolatileRead.ll
bloba296c78570f84835beb52d96b9567d8ac94a1596
1 ; RUN: opt < %s -function-attrs -S | FileCheck %s
2 ; RUN: opt < %s -passes=function-attrs -S | FileCheck %s
3 ; PR2792
5 @g = global i32 0               ; <i32*> [#uses=1]
7 define i32 @f() {
8         %t = load volatile i32, i32* @g         ; <i32> [#uses=1]
9         ret i32 %t
12 ; CHECK-NOT: attributes #{{.*}} read