diff options
| author | Andrew Trick <atrick@apple.com> | 2013-07-19 00:31:31 +0000 |
|---|---|---|
| committer | Andrew Trick <atrick@apple.com> | 2013-07-19 00:31:31 +0000 |
| commit | d97516ddc57a126eaf7a4096f9eb8d1ca13fdcbc (patch) | |
| tree | de56fdeef840ce96c5e573b13b4ac96541f5319e /llvm/test | |
| parent | 74c61b9c806dc8a6c249b14ab679dbef1772c57e (diff) | |
| download | bcm5719-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.ll | 2 |
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: |

