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/PowerPC/2008-02-09-LocalRegAllocAssert.ll | 1 + 1 file changed, 1 insertion(+) (limited to 'llvm/test/CodeGen/PowerPC/2008-02-09-LocalRegAllocAssert.ll') 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: -- cgit v1.2.3