blob: e6936de1036074102d527369d0c161029cdc9257 [file] [log] [blame]
Evan Chenga65854f2008-12-05 01:06:39 +00001; RUN: llvm-as < %s | llc -mtriple=i386-apple-darwin9 | grep non_lazy_ptr
2; RUN: llvm-as < %s | llc -mtriple=i386-apple-darwin9 | grep long
3; RUN: llvm-as < %s | llc -mtriple=i386-apple-darwin9 | grep comm
4
5@x = common hidden global i32 0 ; <i32*> [#uses=1]
6
7define i32 @t() nounwind readonly {
8entry:
9 %0 = load i32* @x, align 4 ; <i32> [#uses=1]
10 ret i32 %0
11}