summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Trick <atrick@apple.com>2013-07-19 00:31:31 +0000
committerAndrew Trick <atrick@apple.com>2013-07-19 00:31:31 +0000
commit8594c2377d3ab555afa6af55e16713c204b147bf (patch)
tree20487b9b9afc37b1e97638bb767b3321ebcc84b9
parentcd26257c85ba52d83b3febcef5c40c5153836062 (diff)
downloadllvm-8594c2377d3ab555afa6af55e16713c204b147bf.tar.gz
llvm-8594c2377d3ab555afa6af55e16713c204b147bf.tar.bz2
llvm-8594c2377d3ab555afa6af55e16713c204b147bf.tar.xz
MI Sched: test case fix for previous checkin.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186635 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/CodeGen/X86/misched-matmul.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/misched-matmul.ll b/test/CodeGen/X86/misched-matmul.ll
index 6e6ec0bbe5..d0d93a9251 100644
--- a/test/CodeGen/X86/misched-matmul.ll
+++ b/test/CodeGen/X86/misched-matmul.ll
@@ -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: