blob: 028da396d2feead02ac523eee68cdcb4e3ce8fb7 [file] [log] [blame]
Dan Gohman138aa2a2010-07-28 20:12:04 +00001; RUN: llvm-as %s -o /dev/null
Duncan P. N. Exon Smith13f5c582014-08-19 21:08:27 +00002; RUN: verify-uselistorder %s
Dan Gohman138aa2a2010-07-28 20:12:04 +00003
Dan Gohman6bbe6712010-07-28 20:56:48 +00004@A = global i1 0, align 536870912
5
Dan Gohman138aa2a2010-07-28 20:12:04 +00006define void @foo() {
7 %p = alloca i1, align 536870912
David Blaikie7c9c6ed2015-02-27 21:17:42 +00008 load i1, i1* %p, align 536870912
Dan Gohman138aa2a2010-07-28 20:12:04 +00009 store i1 false, i1* %p, align 536870912
10 ret void
11}