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 | 85f4fdaed4fcc6050499579152c45fde679213d3 (patch) | |
tree | c12d74ddb3958ff6325db941792af67b2152e788 /test/CodeGen/PowerPC/2008-02-09-LocalRegAllocAssert.ll | |
parent | 1a1ad578a3f925dfda58874156fd154fa1d941ea (diff) | |
download | external_llvm-85f4fdaed4fcc6050499579152c45fde679213d3.zip external_llvm-85f4fdaed4fcc6050499579152c45fde679213d3.tar.gz external_llvm-85f4fdaed4fcc6050499579152c45fde679213d3.tar.bz2 |
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/PowerPC/2008-02-09-LocalRegAllocAssert.ll')
-rw-r--r-- | test/CodeGen/PowerPC/2008-02-09-LocalRegAllocAssert.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/PowerPC/2008-02-09-LocalRegAllocAssert.ll b/test/CodeGen/PowerPC/2008-02-09-LocalRegAllocAssert.ll index cfa1b10..45dfdc8 100644 --- a/test/CodeGen/PowerPC/2008-02-09-LocalRegAllocAssert.ll +++ b/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: |