Replace -use-init-array with -use-ctors.
[oota-llvm.git] / test / CodeGen / X86 / regpressure.ll
index 4eaf00421ad12f354dec646510e6540cf8feebdc..1f756bee8a9d96f41634a8396d1ca4ac387fc36b 100644 (file)
@@ -1,8 +1,9 @@
+; REQUIRES: asserts
 ;; Both functions in this testcase should codegen to the same function, and
 ;; neither of them should require spilling anything to the stack.
 
 ; RUN: llc < %s -march=x86 -stats 2>&1 | \
-; RUN:   not grep {Number of register spills}
+; RUN:   not grep "Number of register spills"
 
 ;; This can be compiled to use three registers if the loads are not
 ;; folded into the multiplies, 2 registers otherwise.