From 6cf7c390ecf33cdbe9e65d230e4f61ac548893e6 Mon Sep 17 00:00:00 2001 From: Owen Anderson Date: Wed, 21 Jan 2009 00:13:28 +0000 Subject: Be more aggressive about renumbering vregs after splitting them. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62639 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/pre-split2.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/CodeGen/X86/pre-split2.ll') diff --git a/test/CodeGen/X86/pre-split2.ll b/test/CodeGen/X86/pre-split2.ll index 1d69aa8..fcb3f05 100644 --- a/test/CodeGen/X86/pre-split2.ll +++ b/test/CodeGen/X86/pre-split2.ll @@ -1,5 +1,5 @@ ; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 -pre-alloc-split -stats |& \ -; RUN: grep {pre-alloc-split} | count 2 +; RUN: grep {pre-alloc-split} | count 3 define i32 @t() { entry: -- cgit v1.1