Use InstrSlots::NUM rather than pre-dividing by four. Also, mark this const.
[oota-llvm.git] / test / Assembler / 2002-10-08-LargeArrayPerformance.ll
index b067ea538dd2eb3a6b90deaf7e4afc6e523b9c46..2c4cba412b1eecf080dbd681392cb7d80c2151ea 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as %s -o /dev/null -f
+; RUN: llvm-as %s -o /dev/null -f
 ; This testcase comes from the following really simple c file:
 ;; int foo[30000]
 ;;; We should not be soo slow for such a simple case!