aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2007-11-29 10:03:54 +0000
committerEvan Cheng <evan.cheng@apple.com>2007-11-29 10:03:54 +0000
commit213ee902ccbe342abcc79695fac8514870ed4bab (patch)
tree0dd54b0675bb09162b818efcbf4f881521375dea
parentc3fc7d9ec9b495c8a88cd854247105c296d3aabd (diff)
Update tests.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44435 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/CodeGen/ARM/remat.ll (renamed from test/CodeGen/ARM/2007-08-14-SpillDeadDef.ll)2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/2007-08-14-SpillDeadDef.ll b/test/CodeGen/ARM/remat.ll
index 47d99c731c..7b7cc1002c 100644
--- a/test/CodeGen/ARM/2007-08-14-SpillDeadDef.ll
+++ b/test/CodeGen/ARM/remat.ll
@@ -1,5 +1,5 @@
; RUN: llvm-as < %s | llc -mtriple=arm-apple-darwin
-; RUN: llvm-as < %s | llc -mtriple=arm-apple-darwin -stats -info-output-file - | grep "re-materializable defs elided"
+; RUN: llvm-as < %s | llc -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 }