From e6e39dc31068f8bbec75eff75b65ddf64782df37 Mon Sep 17 00:00:00 2001 From: Jakob Stoklund Olesen Date: Wed, 12 May 2010 00:11:24 +0000 Subject: Enable a bunch more -regalloc=fast tests llvm-svn: 103531 --- llvm/test/CodeGen/Generic/2006-09-02-LocalAllocCrash.ll | 1 + 1 file changed, 1 insertion(+) (limited to 'llvm/test/CodeGen/Generic') diff --git a/llvm/test/CodeGen/Generic/2006-09-02-LocalAllocCrash.ll b/llvm/test/CodeGen/Generic/2006-09-02-LocalAllocCrash.ll index 4b332b32cf1..d5a4d6ade7b 100644 --- a/llvm/test/CodeGen/Generic/2006-09-02-LocalAllocCrash.ll +++ b/llvm/test/CodeGen/Generic/2006-09-02-LocalAllocCrash.ll @@ -1,4 +1,5 @@ ; RUN: llc < %s -regalloc=local +; RUN: llc < %s -regalloc=fast %struct.CHESS_POSITION = type { i64, i64, i64, i64, i64, i64, i64, i64, i64, i64, i64, i64, i64, i64, i64, i64, i64, i64, i32, i32, i8, i8, [64 x i8], i8, i8, i8, i8, i8 } @search = external global %struct.CHESS_POSITION ; <%struct.CHESS_POSITION*> [#uses=2] -- cgit v1.2.3