summaryrefslogtreecommitdiffstats
path: root/llvm/test
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
commitd97516ddc57a126eaf7a4096f9eb8d1ca13fdcbc (patch)
treede56fdeef840ce96c5e573b13b4ac96541f5319e /llvm/test
parent74c61b9c806dc8a6c249b14ab679dbef1772c57e (diff)
downloadbcm5719-llvm-d97516ddc57a126eaf7a4096f9eb8d1ca13fdcbc.tar.gz
bcm5719-llvm-d97516ddc57a126eaf7a4096f9eb8d1ca13fdcbc.zip
MI Sched: test case fix for previous checkin.
llvm-svn: 186635
Diffstat (limited to 'llvm/test')
-rw-r--r--llvm/test/CodeGen/X86/misched-matmul.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/misched-matmul.ll b/llvm/test/CodeGen/X86/misched-matmul.ll
index 6e6ec0bbe57..d0d93a92511 100644
--- a/llvm/test/CodeGen/X86/misched-matmul.ll
+++ b/llvm/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:
OpenPOWER on IntegriCloud