[llvm] r186635 - MI Sched: test case fix for previous checkin.
Andrew Trick
atrick at apple.com
Thu Jul 18 17:31:32 PDT 2013
Author: atrick
Date: Thu Jul 18 19:31:31 2013
New Revision: 186635
URL: http://llvm.org/viewvc/llvm-project?rev=186635&view=rev
Log:
MI Sched: test case fix for previous checkin.
Modified:
llvm/trunk/test/CodeGen/X86/misched-matmul.ll
Modified: llvm/trunk/test/CodeGen/X86/misched-matmul.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/misched-matmul.ll?rev=186635&r1=186634&r2=186635&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/misched-matmul.ll (original)
+++ llvm/trunk/test/CodeGen/X86/misched-matmul.ll Thu Jul 18 19:31:31 2013
@@ -7,7 +7,7 @@
; flag to disable it for this test case.
;
; CHECK: @wrap_mul4
-; CHECK: 24 regalloc - Number of spills inserted
+; CHECK: 23 regalloc - Number of spills inserted
define void @wrap_mul4(double* nocapture %Out, [4 x double]* nocapture %A, [4 x double]* nocapture %B) #0 {
entry:
More information about the llvm-commits
mailing list