Teach DataLayout that alignments on basic types must be powers of two.
[oota-llvm.git] / test / Assembler / 2002-10-08-LargeArrayPerformance.ll
index 34a993214e92cdc67e59cd63624b723e174c89e5..acd92800ae2323e0b02eb6583584c9b0962d7046 100644 (file)
@@ -1,4 +1,5 @@
 ; RUN: llvm-as %s -o /dev/null
+; RUN: verify-uselistorder %s
 ; This testcase comes from the following really simple c file:
 ;; int foo[30000]
 ;;; We should not be soo slow for such a simple case!