Follow up to d0858bffa11, add missing REQUIRES x86
[llvm-project.git] / llvm / test / Transforms / FunctionAttrs / 2008-09-13-VolatileRead.ll
blob28ac6ba3d1d1431101a50f65077f0e831957a89b
1 ; RUN: opt < %s -passes=function-attrs -S | FileCheck %s
2 ; PR2792
4 @g = global i32 0               ; <ptr> [#uses=1]
6 define i32 @f() {
7         %t = load volatile i32, ptr @g          ; <i32> [#uses=1]
8         ret i32 %t
11 ; CHECK-NOT: attributes #{{.*}} read