Use option -march instead of -mtriple to avoid overconditionalizing the test.
[oota-llvm.git] / test / Assembler / align-inst.ll
index 7bf0b6493b69e0eb53a8140d9fc563855970abf6..028da396d2feead02ac523eee68cdcb4e3ce8fb7 100644 (file)
@@ -1,8 +1,11 @@
 ; RUN: llvm-as %s -o /dev/null
+; RUN: verify-uselistorder %s
+
+@A = global i1 0, align 536870912
 
 define void @foo() {
   %p = alloca i1, align 536870912
-  load i1* %p, align 536870912
+  load i1, i1* %p, align 536870912
   store i1 false, i1* %p, align 536870912
   ret void
 }