From cf099d11218cb6f6c5cce947d6738e347f07fb12 Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Sun, 20 Feb 2011 12:57:14 +0000 Subject: Vendor import of llvm trunk r126079: http://llvm.org/svn/llvm-project/llvm/trunk@126079 --- test/ExecutionEngine/2002-12-16-ArgTest.ll | 3 +-- test/ExecutionEngine/2003-01-04-ArgumentBug.ll | 3 +-- test/ExecutionEngine/2003-01-04-LoopTest.ll | 3 +-- test/ExecutionEngine/2003-01-04-PhiTest.ll | 3 +-- test/ExecutionEngine/2003-01-09-SARTest.ll | 3 +-- test/ExecutionEngine/2003-01-10-FUCOM.ll | 3 +-- test/ExecutionEngine/2003-01-15-AlignmentTest.ll | 3 +-- test/ExecutionEngine/2003-05-06-LivenessClobber.ll | 4 ++-- test/ExecutionEngine/2003-05-07-ArgumentTest.ll | 2 +- test/ExecutionEngine/2003-05-11-PHIRegAllocBug.ll | 3 +-- test/ExecutionEngine/2003-06-04-bzip2-bug.ll | 3 +-- test/ExecutionEngine/2003-06-05-PHIBug.ll | 3 +-- test/ExecutionEngine/2003-08-15-AllocaAssertion.ll | 3 +-- test/ExecutionEngine/2003-08-21-EnvironmentTest.ll | 3 +-- test/ExecutionEngine/2003-08-23-RegisterAllocatePhysReg.ll | 3 +-- .../2003-10-18-PHINode-ConstantExpr-CondCode-Failure.ll | 3 +-- test/ExecutionEngine/2005-12-02-TailCallBug.ll | 3 ++- test/ExecutionEngine/2007-12-10-APIntLoadStore.ll | 2 +- test/ExecutionEngine/2008-06-05-APInt-OverAShr.ll | 3 +-- test/ExecutionEngine/2010-01-15-UndefValue.ll | 3 +-- test/ExecutionEngine/fpbitcast.ll | 3 +-- test/ExecutionEngine/hello.ll | 3 +-- test/ExecutionEngine/hello2.ll | 3 +-- test/ExecutionEngine/simplesttest.ll | 3 +-- test/ExecutionEngine/simpletest.ll | 3 +-- test/ExecutionEngine/stubs.ll | 2 +- test/ExecutionEngine/test-arith.ll | 3 +-- test/ExecutionEngine/test-branch.ll | 3 +-- test/ExecutionEngine/test-call.ll | 4 ++-- test/ExecutionEngine/test-cast.ll | 3 +-- test/ExecutionEngine/test-constantexpr.ll | 3 +-- test/ExecutionEngine/test-fp.ll | 3 +-- test/ExecutionEngine/test-loadstore.ll | 3 +-- test/ExecutionEngine/test-logical.ll | 3 +-- test/ExecutionEngine/test-loop.ll | 3 +-- test/ExecutionEngine/test-malloc.ll | 3 +-- test/ExecutionEngine/test-phi.ll | 3 +-- test/ExecutionEngine/test-ret.ll | 3 +-- test/ExecutionEngine/test-setcond-fp.ll | 3 +-- test/ExecutionEngine/test-setcond-int.ll | 3 +-- test/ExecutionEngine/test-shift.ll | 3 +-- 41 files changed, 44 insertions(+), 78 deletions(-) (limited to 'test/ExecutionEngine') diff --git a/test/ExecutionEngine/2002-12-16-ArgTest.ll b/test/ExecutionEngine/2002-12-16-ArgTest.ll index 455196923e84..eba58ccca423 100644 --- a/test/ExecutionEngine/2002-12-16-ArgTest.ll +++ b/test/ExecutionEngine/2002-12-16-ArgTest.ll @@ -1,5 +1,4 @@ -; RUN: llvm-as %s -o %t.bc -; RUN: lli %t.bc > /dev/null +; RUN: lli %s > /dev/null @.LC0 = internal global [10 x i8] c"argc: %d\0A\00" ; <[10 x i8]*> [#uses=1] diff --git a/test/ExecutionEngine/2003-01-04-ArgumentBug.ll b/test/ExecutionEngine/2003-01-04-ArgumentBug.ll index 5d37e9664162..4cfd1ebb69e2 100644 --- a/test/ExecutionEngine/2003-01-04-ArgumentBug.ll +++ b/test/ExecutionEngine/2003-01-04-ArgumentBug.ll @@ -1,5 +1,4 @@ -; RUN: llvm-as %s -o %t.bc -; RUN: lli %t.bc > /dev/null +; RUN: lli %s > /dev/null define i32 @foo(i32 %X, i32 %Y, double %A) { %cond212 = fcmp une double %A, 1.000000e+00 ; [#uses=1] diff --git a/test/ExecutionEngine/2003-01-04-LoopTest.ll b/test/ExecutionEngine/2003-01-04-LoopTest.ll index 653cf79a52a3..668c8fd7ad0c 100644 --- a/test/ExecutionEngine/2003-01-04-LoopTest.ll +++ b/test/ExecutionEngine/2003-01-04-LoopTest.ll @@ -1,5 +1,4 @@ -; RUN: llvm-as %s -o %t.bc -; RUN: lli %t.bc > /dev/null +; RUN: lli %s > /dev/null define i32 @main() { call i32 @mylog( i32 4 ) ; :1 [#uses=0] diff --git a/test/ExecutionEngine/2003-01-04-PhiTest.ll b/test/ExecutionEngine/2003-01-04-PhiTest.ll index b5c9d8132432..2bc70d749f50 100644 --- a/test/ExecutionEngine/2003-01-04-PhiTest.ll +++ b/test/ExecutionEngine/2003-01-04-PhiTest.ll @@ -1,5 +1,4 @@ -; RUN: llvm-as %s -o %t.bc -; RUN: lli %t.bc > /dev/null +; RUN: lli %s > /dev/null define i32 @main() { ;