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