diff options
Diffstat (limited to 'llvm/test/ExecutionEngine')
34 files changed, 34 insertions, 34 deletions
diff --git a/llvm/test/ExecutionEngine/2002-12-16-ArgTest.ll b/llvm/test/ExecutionEngine/2002-12-16-ArgTest.ll index a51e3a110c3..455196923e8 100644 --- a/llvm/test/ExecutionEngine/2002-12-16-ArgTest.ll +++ b/llvm/test/ExecutionEngine/2002-12-16-ArgTest.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as %s -f -o %t.bc +; RUN: llvm-as %s -o %t.bc ; RUN: lli %t.bc > /dev/null @.LC0 = internal global [10 x i8] c"argc: %d\0A\00" ; <[10 x i8]*> [#uses=1] diff --git a/llvm/test/ExecutionEngine/2003-01-04-ArgumentBug.ll b/llvm/test/ExecutionEngine/2003-01-04-ArgumentBug.ll index 89106b5b2aa..5d37e966416 100644 --- a/llvm/test/ExecutionEngine/2003-01-04-ArgumentBug.ll +++ b/llvm/test/ExecutionEngine/2003-01-04-ArgumentBug.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as %s -f -o %t.bc +; RUN: llvm-as %s -o %t.bc ; RUN: lli %t.bc > /dev/null define i32 @foo(i32 %X, i32 %Y, double %A) { diff --git a/llvm/test/ExecutionEngine/2003-01-04-LoopTest.ll b/llvm/test/ExecutionEngine/2003-01-04-LoopTest.ll index 07cb1d3c926..653cf79a52a 100644 --- a/llvm/test/ExecutionEngine/2003-01-04-LoopTest.ll +++ b/llvm/test/ExecutionEngine/2003-01-04-LoopTest.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as %s -o %t.bc -f +; RUN: llvm-as %s -o %t.bc ; RUN: lli %t.bc > /dev/null define i32 @main() { diff --git a/llvm/test/ExecutionEngine/2003-01-04-PhiTest.ll b/llvm/test/ExecutionEngine/2003-01-04-PhiTest.ll index 649ed0b2427..b5c9d813243 100644 --- a/llvm/test/ExecutionEngine/2003-01-04-PhiTest.ll +++ b/llvm/test/ExecutionEngine/2003-01-04-PhiTest.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as %s -f -o %t.bc +; RUN: llvm-as %s -o %t.bc ; RUN: lli %t.bc > /dev/null define i32 @main() { diff --git a/llvm/test/ExecutionEngine/2003-01-09-SARTest.ll b/llvm/test/ExecutionEngine/2003-01-09-SARTest.ll index a9df7f2036b..81478972d57 100644 --- a/llvm/test/ExecutionEngine/2003-01-09-SARTest.ll +++ b/llvm/test/ExecutionEngine/2003-01-09-SARTest.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as %s -f -o %t.bc +; RUN: llvm-as %s -o %t.bc ; RUN: lli %t.bc > /dev/null ; We were accidentally inverting the signedness of right shifts. Whoops. diff --git a/llvm/test/ExecutionEngine/2003-01-10-FUCOM.ll b/llvm/test/ExecutionEngine/2003-01-10-FUCOM.ll index 30f93309d5c..d996fa53d9c 100644 --- a/llvm/test/ExecutionEngine/2003-01-10-FUCOM.ll +++ b/llvm/test/ExecutionEngine/2003-01-10-FUCOM.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as %s -f -o %t.bc +; RUN: llvm-as %s -o %t.bc ; RUN: lli %t.bc > /dev/null define i32 @main() { diff --git a/llvm/test/ExecutionEngine/2003-01-15-AlignmentTest.ll b/llvm/test/ExecutionEngine/2003-01-15-AlignmentTest.ll index 7529eb4770a..a55d74df0d4 100644 --- a/llvm/test/ExecutionEngine/2003-01-15-AlignmentTest.ll +++ b/llvm/test/ExecutionEngine/2003-01-15-AlignmentTest.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as %s -f -o %t.bc +; RUN: llvm-as %s -o %t.bc ; RUN: lli %t.bc > /dev/null define i32 @bar(i8* %X) { diff --git a/llvm/test/ExecutionEngine/2003-05-11-PHIRegAllocBug.ll b/llvm/test/ExecutionEngine/2003-05-11-PHIRegAllocBug.ll index 7b48f579af0..5a13b21b5f4 100644 --- a/llvm/test/ExecutionEngine/2003-05-11-PHIRegAllocBug.ll +++ b/llvm/test/ExecutionEngine/2003-05-11-PHIRegAllocBug.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as %s -f -o %t.bc +; RUN: llvm-as %s -o %t.bc ; RUN: lli %t.bc > /dev/null target datalayout = "e-p:32:32" diff --git a/llvm/test/ExecutionEngine/2003-06-04-bzip2-bug.ll b/llvm/test/ExecutionEngine/2003-06-04-bzip2-bug.ll index 6dee717f4b6..6e2da70f736 100644 --- a/llvm/test/ExecutionEngine/2003-06-04-bzip2-bug.ll +++ b/llvm/test/ExecutionEngine/2003-06-04-bzip2-bug.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as %s -f -o %t.bc +; RUN: llvm-as %s -o %t.bc ; RUN: lli %t.bc > /dev/null ; Testcase distilled from 256.bzip2. diff --git a/llvm/test/ExecutionEngine/2003-06-05-PHIBug.ll b/llvm/test/ExecutionEngine/2003-06-05-PHIBug.ll index 2cd9c1b2110..50b48da4944 100644 --- a/llvm/test/ExecutionEngine/2003-06-05-PHIBug.ll +++ b/llvm/test/ExecutionEngine/2003-06-05-PHIBug.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as %s -f -o %t.bc +; RUN: llvm-as %s -o %t.bc ; RUN: lli %t.bc > /dev/null ; Testcase distilled from 256.bzip2. diff --git a/llvm/test/ExecutionEngine/2003-08-15-AllocaAssertion.ll b/llvm/test/ExecutionEngine/2003-08-15-AllocaAssertion.ll index 8a96377aefd..6c90b33cb43 100644 --- a/llvm/test/ExecutionEngine/2003-08-15-AllocaAssertion.ll +++ b/llvm/test/ExecutionEngine/2003-08-15-AllocaAssertion.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as %s -f -o %t.bc +; RUN: llvm-as %s -o %t.bc ; RUN: lli %t.bc > /dev/null ; This testcase failed to work because two variable sized allocas confused the diff --git a/llvm/test/ExecutionEngine/2003-08-21-EnvironmentTest.ll b/llvm/test/ExecutionEngine/2003-08-21-EnvironmentTest.ll index 23efbeed0fc..3a4a4e439fb 100644 --- a/llvm/test/ExecutionEngine/2003-08-21-EnvironmentTest.ll +++ b/llvm/test/ExecutionEngine/2003-08-21-EnvironmentTest.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as %s -f -o %t.bc +; RUN: llvm-as %s -o %t.bc ; RUN: lli %t.bc > /dev/null ; diff --git a/llvm/test/ExecutionEngine/2003-08-23-RegisterAllocatePhysReg.ll b/llvm/test/ExecutionEngine/2003-08-23-RegisterAllocatePhysReg.ll index 25a24f5e5c4..b165a1cf30e 100644 --- a/llvm/test/ExecutionEngine/2003-08-23-RegisterAllocatePhysReg.ll +++ b/llvm/test/ExecutionEngine/2003-08-23-RegisterAllocatePhysReg.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as %s -f -o %t.bc +; RUN: llvm-as %s -o %t.bc ; RUN: lli %t.bc > /dev/null ; This testcase exposes a bug in the local register allocator where it runs out diff --git a/llvm/test/ExecutionEngine/2003-10-18-PHINode-ConstantExpr-CondCode-Failure.ll b/llvm/test/ExecutionEngine/2003-10-18-PHINode-ConstantExpr-CondCode-Failure.ll index e289e10c0e4..aa9d7e7d363 100644 --- a/llvm/test/ExecutionEngine/2003-10-18-PHINode-ConstantExpr-CondCode-Failure.ll +++ b/llvm/test/ExecutionEngine/2003-10-18-PHINode-ConstantExpr-CondCode-Failure.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as %s -f -o %t.bc +; RUN: llvm-as %s -o %t.bc ; RUN: lli %t.bc > /dev/null @A = global i32 0 ; <i32*> [#uses=1] diff --git a/llvm/test/ExecutionEngine/2008-06-05-APInt-OverAShr.ll b/llvm/test/ExecutionEngine/2008-06-05-APInt-OverAShr.ll index 02b65b13f30..e7e434f271c 100644 --- a/llvm/test/ExecutionEngine/2008-06-05-APInt-OverAShr.ll +++ b/llvm/test/ExecutionEngine/2008-06-05-APInt-OverAShr.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as %s -f -o %t.bc +; RUN: llvm-as %s -o %t.bc ; RUN: lli -force-interpreter=true %t.bc | grep 1 target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64-f80:32:32" diff --git a/llvm/test/ExecutionEngine/hello.ll b/llvm/test/ExecutionEngine/hello.ll index 3cd29f62a40..fad36ed5836 100644 --- a/llvm/test/ExecutionEngine/hello.ll +++ b/llvm/test/ExecutionEngine/hello.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as %s -f -o %t.bc +; RUN: llvm-as %s -o %t.bc ; RUN: lli %t.bc > /dev/null @.LC0 = internal global [12 x i8] c"Hello World\00" ; <[12 x i8]*> [#uses=1] diff --git a/llvm/test/ExecutionEngine/hello2.ll b/llvm/test/ExecutionEngine/hello2.ll index a6a6194ca4d..7ca0d8827d5 100644 --- a/llvm/test/ExecutionEngine/hello2.ll +++ b/llvm/test/ExecutionEngine/hello2.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as %s -f -o %t.bc +; RUN: llvm-as %s -o %t.bc ; RUN: lli %t.bc > /dev/null @X = global i32 7 ; <i32*> [#uses=0] diff --git a/llvm/test/ExecutionEngine/simplesttest.ll b/llvm/test/ExecutionEngine/simplesttest.ll index fa69533fa9a..5d9cf767bcb 100644 --- a/llvm/test/ExecutionEngine/simplesttest.ll +++ b/llvm/test/ExecutionEngine/simplesttest.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as %s -f -o %t.bc +; RUN: llvm-as %s -o %t.bc ; RUN: lli %t.bc > /dev/null define i32 @main() { diff --git a/llvm/test/ExecutionEngine/simpletest.ll b/llvm/test/ExecutionEngine/simpletest.ll index 0ed5b44c1b3..53fb79c2c76 100644 --- a/llvm/test/ExecutionEngine/simpletest.ll +++ b/llvm/test/ExecutionEngine/simpletest.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as %s -f -o %t.bc +; RUN: llvm-as %s -o %t.bc ; RUN: lli %t.bc > /dev/null define i32 @bar() { diff --git a/llvm/test/ExecutionEngine/test-arith.ll b/llvm/test/ExecutionEngine/test-arith.ll index d99e30f5174..8c51e6b2e22 100644 --- a/llvm/test/ExecutionEngine/test-arith.ll +++ b/llvm/test/ExecutionEngine/test-arith.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as %s -f -o %t.bc +; RUN: llvm-as %s -o %t.bc ; RUN: lli %t.bc > /dev/null define i32 @main() { diff --git a/llvm/test/ExecutionEngine/test-branch.ll b/llvm/test/ExecutionEngine/test-branch.ll index d7251f8e6b8..dd8db5465f0 100644 --- a/llvm/test/ExecutionEngine/test-branch.ll +++ b/llvm/test/ExecutionEngine/test-branch.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as %s -f -o %t.bc +; RUN: llvm-as %s -o %t.bc ; RUN: lli %t.bc > /dev/null ; test unconditional branch diff --git a/llvm/test/ExecutionEngine/test-call.ll b/llvm/test/ExecutionEngine/test-call.ll index a1b3cd66a3b..4464ebd39bf 100644 --- a/llvm/test/ExecutionEngine/test-call.ll +++ b/llvm/test/ExecutionEngine/test-call.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as %s -f -o %t.bc +; RUN: llvm-as %s -o %t.bc ; RUN: lli %t.bc > /dev/null declare void @exit(i32) diff --git a/llvm/test/ExecutionEngine/test-cast.ll b/llvm/test/ExecutionEngine/test-cast.ll index 1458f6cc66c..82d4949782a 100644 --- a/llvm/test/ExecutionEngine/test-cast.ll +++ b/llvm/test/ExecutionEngine/test-cast.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as %s -f -o %t.bc +; RUN: llvm-as %s -o %t.bc ; RUN: lli %t.bc > /dev/null define i32 @foo() { diff --git a/llvm/test/ExecutionEngine/test-constantexpr.ll b/llvm/test/ExecutionEngine/test-constantexpr.ll index 3623cf4bd26..cd5c635331d 100644 --- a/llvm/test/ExecutionEngine/test-constantexpr.ll +++ b/llvm/test/ExecutionEngine/test-constantexpr.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as %s -f -o %t.bc +; RUN: llvm-as %s -o %t.bc ; RUN: lli %t.bc > /dev/null ; This tests to make sure that we can evaluate weird constant expressions diff --git a/llvm/test/ExecutionEngine/test-fp.ll b/llvm/test/ExecutionEngine/test-fp.ll index 2e8ecd5a740..4ebcf6f7aa7 100644 --- a/llvm/test/ExecutionEngine/test-fp.ll +++ b/llvm/test/ExecutionEngine/test-fp.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as %s -f -o %t.bc +; RUN: llvm-as %s -o %t.bc ; RUN: lli %t.bc > /dev/null define double @test(double* %DP, double %Arg) { diff --git a/llvm/test/ExecutionEngine/test-loadstore.ll b/llvm/test/ExecutionEngine/test-loadstore.ll index 298ea96fd72..ba0f0baf8d6 100644 --- a/llvm/test/ExecutionEngine/test-loadstore.ll +++ b/llvm/test/ExecutionEngine/test-loadstore.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as %s -f -o %t.bc +; RUN: llvm-as %s -o %t.bc ; RUN: lli %t.bc > /dev/null define void @test(i8* %P, i16* %P.upgrd.1, i32* %P.upgrd.2, i64* %P.upgrd.3) { diff --git a/llvm/test/ExecutionEngine/test-logical.ll b/llvm/test/ExecutionEngine/test-logical.ll index f30c3343173..e560e52d568 100644 --- a/llvm/test/ExecutionEngine/test-logical.ll +++ b/llvm/test/ExecutionEngine/test-logical.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as %s -f -o %t.bc +; RUN: llvm-as %s -o %t.bc ; RUN: lli %t.bc > /dev/null define i32 @main() { diff --git a/llvm/test/ExecutionEngine/test-loop.ll b/llvm/test/ExecutionEngine/test-loop.ll index 78fc3144aab..7cd69e2943b 100644 --- a/llvm/test/ExecutionEngine/test-loop.ll +++ b/llvm/test/ExecutionEngine/test-loop.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as %s -f -o %t.bc +; RUN: llvm-as %s -o %t.bc ; RUN: lli %t.bc > /dev/null define i32 @main() { diff --git a/llvm/test/ExecutionEngine/test-malloc.ll b/llvm/test/ExecutionEngine/test-malloc.ll index bc857ed5edc..8f79d974edb 100644 --- a/llvm/test/ExecutionEngine/test-malloc.ll +++ b/llvm/test/ExecutionEngine/test-malloc.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as %s -f -o %t.bc +; RUN: llvm-as %s -o %t.bc ; RUN: lli %t.bc > /dev/null define i32 @main() { diff --git a/llvm/test/ExecutionEngine/test-phi.ll b/llvm/test/ExecutionEngine/test-phi.ll index 69d1b0866f8..f1aaefa5058 100644 --- a/llvm/test/ExecutionEngine/test-phi.ll +++ b/llvm/test/ExecutionEngine/test-phi.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as %s -f -o %t.bc +; RUN: llvm-as %s -o %t.bc ; RUN: lli %t.bc > /dev/null ; test phi node diff --git a/llvm/test/ExecutionEngine/test-ret.ll b/llvm/test/ExecutionEngine/test-ret.ll index e684fd5e3aa..eae91f55375 100644 --- a/llvm/test/ExecutionEngine/test-ret.ll +++ b/llvm/test/ExecutionEngine/test-ret.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as %s -f -o %t.bc +; RUN: llvm-as %s -o %t.bc ; RUN: lli %t.bc > /dev/null ; test return instructions diff --git a/llvm/test/ExecutionEngine/test-setcond-fp.ll b/llvm/test/ExecutionEngine/test-setcond-fp.ll index b917693abd4..4264e2c593f 100644 --- a/llvm/test/ExecutionEngine/test-setcond-fp.ll +++ b/llvm/test/ExecutionEngine/test-setcond-fp.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as %s -f -o %t.bc +; RUN: llvm-as %s -o %t.bc ; RUN: lli %t.bc > /dev/null diff --git a/llvm/test/ExecutionEngine/test-setcond-int.ll b/llvm/test/ExecutionEngine/test-setcond-int.ll index f80c2477a8a..772f4fa70a4 100644 --- a/llvm/test/ExecutionEngine/test-setcond-int.ll +++ b/llvm/test/ExecutionEngine/test-setcond-int.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as %s -f -o %t.bc +; RUN: llvm-as %s -o %t.bc ; RUN: lli %t.bc > /dev/null define i32 @main() { diff --git a/llvm/test/ExecutionEngine/test-shift.ll b/llvm/test/ExecutionEngine/test-shift.ll index 330de0bfbc9..2791b8534a5 100644 --- a/llvm/test/ExecutionEngine/test-shift.ll +++ b/llvm/test/ExecutionEngine/test-shift.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as %s -f -o %t.bc +; RUN: llvm-as %s -o %t.bc ; RUN: lli %t.bc > /dev/null define i32 @main() { |