diff options
Diffstat (limited to 'llvm/test/CodeGen/Generic')
3 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/Generic/2006-06-12-LowerSwitchCrash.ll b/llvm/test/CodeGen/Generic/2006-06-12-LowerSwitchCrash.ll index b644bd2be78..47ee7c5fccd 100644 --- a/llvm/test/CodeGen/Generic/2006-06-12-LowerSwitchCrash.ll +++ b/llvm/test/CodeGen/Generic/2006-06-12-LowerSwitchCrash.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | llc -O0 +; RUN: llvm-as < %s | llc -fast define float @test(i32 %tmp12771278) { switch i32 %tmp12771278, label %bb1279 [ diff --git a/llvm/test/CodeGen/Generic/2006-06-13-ComputeMaskedBitsCrash.ll b/llvm/test/CodeGen/Generic/2006-06-13-ComputeMaskedBitsCrash.ll index 1aa3c62f955..920cf3c4645 100644 --- a/llvm/test/CodeGen/Generic/2006-06-13-ComputeMaskedBitsCrash.ll +++ b/llvm/test/CodeGen/Generic/2006-06-13-ComputeMaskedBitsCrash.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | llc -O0 +; RUN: llvm-as < %s | llc -fast %struct.cl_perfunc_opts = type { i8, i8, i8, i8, i8, i8, i8, i8, i8, i8, i8, i8, i32, i32, i32, i32, i32, i32, i32 } @cl_pf_opts = external global %struct.cl_perfunc_opts ; <%struct.cl_perfunc_opts*> [#uses=2] diff --git a/llvm/test/CodeGen/Generic/2007-04-13-SwitchLowerBadPhi.ll b/llvm/test/CodeGen/Generic/2007-04-13-SwitchLowerBadPhi.ll index 1418bbf16df..b95a3613904 100644 --- a/llvm/test/CodeGen/Generic/2007-04-13-SwitchLowerBadPhi.ll +++ b/llvm/test/CodeGen/Generic/2007-04-13-SwitchLowerBadPhi.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | llc -O0 +; RUN: llvm-as < %s | llc -fast ; PR 1323 ; ModuleID = 'test.bc' |