[MCJIT] Don't crash in debugging output for sections that aren't emitted.
[oota-llvm.git] / test / Assembler / 2002-10-08-LargeArrayPerformance.ll
index 2c4cba412b1eecf080dbd681392cb7d80c2151ea..acd92800ae2323e0b02eb6583584c9b0962d7046 100644 (file)
@@ -1,4 +1,5 @@
-; RUN: llvm-as %s -o /dev/null -f
+; 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!