Update this test; the code is the same but it gets counted as one
authorDan Gohman <gohman@apple.com>
Fri, 9 Oct 2009 23:31:04 +0000 (23:31 +0000)
committerDan Gohman <gohman@apple.com>
Fri, 9 Oct 2009 23:31:04 +0000 (23:31 +0000)
fewer remat.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83690 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/ARM/remat.ll

index 50da997ed468a15ff9d50a817b7fd9fade11efcb..ba9699efd59736809445bfd418779df294184065 100644 (file)
@@ -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 }