blob: 6f7100e065d331848b0c64e6cdaa1fb007302757 [file] [log] [blame]
Dan Gohman138aa2a2010-07-28 20:12:04 +00001; RUN: llvm-as %s -o /dev/null
2
Dan Gohman6bbe6712010-07-28 20:56:48 +00003@A = global i1 0, align 536870912
4
Dan Gohman138aa2a2010-07-28 20:12:04 +00005define void @foo() {
6 %p = alloca i1, align 536870912
7 load i1* %p, align 536870912
8 store i1 false, i1* %p, align 536870912
9 ret void
10}