test/CodeGen/X86/constant-pool-remat-0.ll: FileCheck-ize and add explicit -mtriple...
[oota-llvm.git] / test / CodeGen / X86 / 2008-01-16-FPStackifierAssert.ll
index 8aabb528a49c741cfae63fb0a93134fbc0d61ea1..0091397ca6b0c26d010f9b734a0b117d77617dd8 100644 (file)
@@ -1,4 +1,3 @@
-; RUN: llc < %s -march=x86 -mattr=+sse2 -regalloc=local
 ; RUN: llc < %s -march=x86 -mattr=+sse2 -regalloc=fast
 
 define void @SolveCubic(double %a, double %b, double %c, double %d, i32* %solutions, double* %x) {