diff options
author | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2010-05-12 00:11:24 +0000 |
---|---|---|
committer | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2010-05-12 00:11:24 +0000 |
commit | e6e39dc31068f8bbec75eff75b65ddf64782df37 (patch) | |
tree | 719fa1e6f494e3119671a4d0da34e055d17f4912 /llvm/test/CodeGen/PowerPC/2008-02-09-LocalRegAllocAssert.ll | |
parent | f98a355f9b76771fbea1a88c7c2e76fda0b01eb3 (diff) | |
download | bcm5719-llvm-e6e39dc31068f8bbec75eff75b65ddf64782df37.tar.gz bcm5719-llvm-e6e39dc31068f8bbec75eff75b65ddf64782df37.zip |
Enable a bunch more -regalloc=fast tests
llvm-svn: 103531
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/2008-02-09-LocalRegAllocAssert.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/2008-02-09-LocalRegAllocAssert.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/PowerPC/2008-02-09-LocalRegAllocAssert.ll b/llvm/test/CodeGen/PowerPC/2008-02-09-LocalRegAllocAssert.ll index cfa1b10d32e..45dfdc842fd 100644 --- a/llvm/test/CodeGen/PowerPC/2008-02-09-LocalRegAllocAssert.ll +++ b/llvm/test/CodeGen/PowerPC/2008-02-09-LocalRegAllocAssert.ll @@ -1,4 +1,5 @@ ; RUN: llc < %s -mtriple=powerpc-apple-darwin -regalloc=local +; RUN: llc < %s -mtriple=powerpc-apple-darwin -regalloc=fast define i32 @bork(i64 %foo, i64 %bar) { entry: |