From f736bd9c79f22e7c28d1ffc9b7c2db62e2055876 Mon Sep 17 00:00:00 2001 From: Evan Cheng Date: Mon, 9 Feb 2009 08:45:39 +0000 Subject: Re-enable machine sinking pass now that the coalescer bugs and the AnalyzeBrnach bug are fixed. llvm-svn: 64126 --- llvm/test/CodeGen/ARM/lsr-code-insertion.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/test/CodeGen/ARM/lsr-code-insertion.ll') diff --git a/llvm/test/CodeGen/ARM/lsr-code-insertion.ll b/llvm/test/CodeGen/ARM/lsr-code-insertion.ll index 3881e91453b..0a9227982d4 100644 --- a/llvm/test/CodeGen/ARM/lsr-code-insertion.ll +++ b/llvm/test/CodeGen/ARM/lsr-code-insertion.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | llc -stats |& grep {39.*Number of machine instrs printed} +; RUN: llvm-as < %s | llc -stats |& grep {40.*Number of machine instrs printed} ; RUN: llvm-as < %s | llc -stats |& grep {.*Number of re-materialization} ; This test really wants to check that the resultant "cond_true" block only ; has a single store in it, and that cond_true55 only has code to materialize -- cgit v1.2.3