From 8a3eab9b20acb7193285bc31c9a3e23c7c7d7173 Mon Sep 17 00:00:00 2001 From: Jakob Stoklund Olesen Date: Tue, 15 Jun 2010 21:58:33 +0000 Subject: Remove the local register allocator. Please use the fast allocator instead. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106051 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/2009-04-14-IllegalRegs.ll | 1 - 1 file changed, 1 deletion(-) (limited to 'test/CodeGen/X86/2009-04-14-IllegalRegs.ll') diff --git a/test/CodeGen/X86/2009-04-14-IllegalRegs.ll b/test/CodeGen/X86/2009-04-14-IllegalRegs.ll index e5d46f98fc..bed863e405 100644 --- a/test/CodeGen/X86/2009-04-14-IllegalRegs.ll +++ b/test/CodeGen/X86/2009-04-14-IllegalRegs.ll @@ -1,4 +1,3 @@ -; RUN: llc < %s -mtriple=i386-apple-darwin -O0 -regalloc=local | not grep sil ; RUN: llc < %s -mtriple=i386-apple-darwin -O0 -regalloc=fast | not grep sil ; rdar://6787136 -- cgit v1.2.3