aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/Transforms/FunctionAttrs/2008-09-13-VolatileRead.ll
blob: 28ac6ba3d1d1431101a50f65077f0e831957a89b (plain)
1
2
3
4
5
6
7
8
9
10
11
; RUN: opt < %s -passes=function-attrs -S | FileCheck %s
; PR2792

@g = global i32 0		; <ptr> [#uses=1]

define i32 @f() {
	%t = load volatile i32, ptr @g		; <i32> [#uses=1]
	ret i32 %t
}

; CHECK-NOT: attributes #{{.*}} read