diff options
| author | Evan Cheng <evan.cheng@apple.com> | 2009-11-03 21:40:02 +0000 |
|---|---|---|
| committer | Evan Cheng <evan.cheng@apple.com> | 2009-11-03 21:40:02 +0000 |
| commit | f42b5af549d438e4b691f9aa6fc720bc2a1db5dc (patch) | |
| tree | 50a6be7ba66a2d3bec0007f9e76217e0bc99a213 /llvm/test/CodeGen/ARM/remat.ll | |
| parent | 9122fa2d1ed582572f6879f887cfe8fcbb3d4f73 (diff) | |
| download | bcm5719-llvm-f42b5af549d438e4b691f9aa6fc720bc2a1db5dc.tar.gz bcm5719-llvm-f42b5af549d438e4b691f9aa6fc720bc2a1db5dc.zip | |
Re-apply 85799. It turns out my code isn't buggy.
llvm-svn: 85947
Diffstat (limited to 'llvm/test/CodeGen/ARM/remat.ll')
| -rw-r--r-- | llvm/test/CodeGen/ARM/remat.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/remat.ll b/llvm/test/CodeGen/ARM/remat.ll index ba9699efd59..50da997ed46 100644 --- a/llvm/test/CodeGen/ARM/remat.ll +++ b/llvm/test/CodeGen/ARM/remat.ll @@ -1,5 +1,5 @@ ; RUN: llc < %s -mtriple=arm-apple-darwin -; RUN: llc < %s -mtriple=arm-apple-darwin -stats -info-output-file - | grep "Number of re-materialization" | grep 4 +; RUN: llc < %s -mtriple=arm-apple-darwin -stats -info-output-file - | grep "Number of re-materialization" | grep 5 %struct.CONTENTBOX = type { i32, i32, i32, i32, i32 } %struct.LOCBOX = type { i32, i32, i32, i32 } |

