diff options
| author | Evan Cheng <evan.cheng@apple.com> | 2009-11-02 21:49:14 +0000 |
|---|---|---|
| committer | Evan Cheng <evan.cheng@apple.com> | 2009-11-02 21:49:14 +0000 |
| commit | a8a58efc034d75fd8435a2a86ab892c1ce74ce62 (patch) | |
| tree | fc48be8e60afb950f4df7d01938a53ea8b7c1b2c /llvm/test/CodeGen/ARM | |
| parent | 3fab58d8679e4b9c11e664748a5c7238a0fe4800 (diff) | |
| download | bcm5719-llvm-a8a58efc034d75fd8435a2a86ab892c1ce74ce62.tar.gz bcm5719-llvm-a8a58efc034d75fd8435a2a86ab892c1ce74ce62.zip | |
Revert 85799 for now. It might be breaking llvm-gcc driver.
llvm-svn: 85827
Diffstat (limited to 'llvm/test/CodeGen/ARM')
| -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 50da997ed46..ba9699efd59 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 5 +; RUN: llc < %s -mtriple=arm-apple-darwin -stats -info-output-file - | grep "Number of re-materialization" | grep 4 %struct.CONTENTBOX = type { i32, i32, i32, i32, i32 } %struct.LOCBOX = type { i32, i32, i32, i32 } |

