From 1aa45b56a38228fabfd1128bed223e14d4fcecfd Mon Sep 17 00:00:00 2001 From: Evan Cheng Date: Thu, 29 Nov 2007 10:03:54 +0000 Subject: [PATCH] Update tests. llvm-svn: 44435 --- test/CodeGen/ARM/{2007-08-14-SpillDeadDef.ll => remat.ll} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename test/CodeGen/ARM/{2007-08-14-SpillDeadDef.ll => remat.ll} (98%) 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 47d99c731c5..7b7cc1002c1 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 }