Update tests.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44435 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CodeGen/ARM/2007-08-14-SpillDeadDef.ll b/test/CodeGen/ARM/remat.ll
similarity index 98%
rename from test/CodeGen/ARM/2007-08-14-SpillDeadDef.ll
rename to test/CodeGen/ARM/remat.ll
index 47d99c7..7b7cc10 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 }