summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Generic
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
commite6e39dc31068f8bbec75eff75b65ddf64782df37 (patch)
tree719fa1e6f494e3119671a4d0da34e055d17f4912 /llvm/test/CodeGen/Generic
parentf98a355f9b76771fbea1a88c7c2e76fda0b01eb3 (diff)
downloadbcm5719-llvm-e6e39dc31068f8bbec75eff75b65ddf64782df37.tar.gz
bcm5719-llvm-e6e39dc31068f8bbec75eff75b65ddf64782df37.zip
Enable a bunch more -regalloc=fast tests
llvm-svn: 103531
Diffstat (limited to 'llvm/test/CodeGen/Generic')
-rw-r--r--llvm/test/CodeGen/Generic/2006-09-02-LocalAllocCrash.ll1
1 files changed, 1 insertions, 0 deletions
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]
OpenPOWER on IntegriCloud