blob: 85df09ebd7fe4dcc89729915d7184d736fedf4e8 [file] [log] [blame]
Dan Gohman3c7d3082009-09-11 18:01:28 +00001; RUN: opt < %s -functionattrs -S | not grep read
Duncan Sands13135722008-09-13 12:45:50 +00002; PR2792
3
4@g = global i32 0 ; <i32*> [#uses=1]
5
6define i32 @f() {
7 %t = volatile load i32* @g ; <i32> [#uses=1]
8 ret i32 %t
9}