summaryrefslogtreecommitdiff
path: root/test/CodeGen/Generic/2006-09-02-LocalAllocCrash.ll
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2010-05-12 00:11:24 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2010-05-12 00:11:24 +0000
commit85f4fdaed4fcc6050499579152c45fde679213d3 (patch)
treec12d74ddb3958ff6325db941792af67b2152e788 /test/CodeGen/Generic/2006-09-02-LocalAllocCrash.ll
parent1a1ad578a3f925dfda58874156fd154fa1d941ea (diff)
downloadllvm-85f4fdaed4fcc6050499579152c45fde679213d3.tar.gz
llvm-85f4fdaed4fcc6050499579152c45fde679213d3.tar.bz2
llvm-85f4fdaed4fcc6050499579152c45fde679213d3.tar.xz
Enable a bunch more -regalloc=fast tests
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103531 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/Generic/2006-09-02-LocalAllocCrash.ll')
-rw-r--r--test/CodeGen/Generic/2006-09-02-LocalAllocCrash.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/Generic/2006-09-02-LocalAllocCrash.ll b/test/CodeGen/Generic/2006-09-02-LocalAllocCrash.ll
index 4b332b32cf..d5a4d6ade7 100644
--- a/test/CodeGen/Generic/2006-09-02-LocalAllocCrash.ll
+++ b/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]