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

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

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

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