blob: f21fabc493c73f9c35d3615065976d1868dad07e [file] [log] [blame]
Duncan Sandsad6f5412010-10-30 12:59:44 +00001; RUN: opt < %s -functionattrs -S | FileCheck %s
2; PR8279
3
4@g = constant i32 1
5
6define void @foo() {
7; CHECK: void @foo() {
8 %tmp = volatile load i32* @g
9 ret void
10}