aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-10-09 23:31:04 +0000
committerDan Gohman <gohman@apple.com>2009-10-09 23:31:04 +0000
commitcda49a0b29a362a932c1aeb2ccc4521966b7fc2b (patch)
treeb701343e72bab4d19e617ddc007823845e57a4e2 /test/CodeGen
parent59ac57153be779fb2eaa1f2af2ad5fa05dde730b (diff)
downloadexternal_llvm-cda49a0b29a362a932c1aeb2ccc4521966b7fc2b.zip
external_llvm-cda49a0b29a362a932c1aeb2ccc4521966b7fc2b.tar.gz
external_llvm-cda49a0b29a362a932c1aeb2ccc4521966b7fc2b.tar.bz2
Update this test; the code is the same but it gets counted as one
fewer remat. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83690 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen')
-rw-r--r--test/CodeGen/ARM/remat.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/remat.ll b/test/CodeGen/ARM/remat.ll
index 50da997..ba9699e 100644
--- a/test/CodeGen/ARM/remat.ll
+++ b/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 }