[llvm-commits] [llvm] r51357 - in /llvm/trunk/test: Assembler/ Bitcode/ CodeGen/Generic/ ExecutionEngine/ Feature/ Linker/ Transforms/Inline/ Transforms/InstCombine/ Verifier/
Gabor Greif
ggreif at gmail.com
Tue May 20 15:07:22 PDT 2008
Author: ggreif
Date: Tue May 20 17:07:21 2008
New Revision: 51357
URL: http://llvm.org/viewvc/llvm-project?rev=51357&view=rev
Log:
Eliminate questionable syntax for stdin redirection. This probably also speeds things up a bit.
Modified:
llvm/trunk/test/Assembler/2002-01-24-BadSymbolTableAssert.ll
llvm/trunk/test/Assembler/2002-01-24-ValueRefineAbsType.ll
llvm/trunk/test/Assembler/2002-02-19-TypeParsing.ll
llvm/trunk/test/Assembler/2002-03-08-NameCollision.ll
llvm/trunk/test/Assembler/2002-03-08-NameCollision2.ll
llvm/trunk/test/Assembler/2002-04-04-PureVirtMethCall.ll
llvm/trunk/test/Assembler/2002-04-04-PureVirtMethCall2.ll
llvm/trunk/test/Assembler/2002-04-05-TypeParsing.ll
llvm/trunk/test/Assembler/2002-05-02-InvalidForwardRef.ll
llvm/trunk/test/Assembler/2002-07-08-HugePerformanceProblem.ll
llvm/trunk/test/Assembler/2002-07-25-ParserAssertionFailure.ll
llvm/trunk/test/Assembler/2002-08-15-CastAmbiguity.ll
llvm/trunk/test/Assembler/2002-08-15-ConstantExprProblem.ll
llvm/trunk/test/Assembler/2002-08-15-UnresolvedGlobalReference.ll
llvm/trunk/test/Assembler/2002-08-22-DominanceProblem.ll
llvm/trunk/test/Assembler/2002-10-08-LargeArrayPerformance.ll
llvm/trunk/test/Assembler/2002-10-15-NameClash.ll
llvm/trunk/test/Assembler/2002-12-15-GlobalResolve.ll
llvm/trunk/test/Assembler/2003-01-30-UnsignedString.ll
llvm/trunk/test/Assembler/2003-04-25-UnresolvedGlobalReference.ll
llvm/trunk/test/Assembler/2003-05-15-AssemblerProblem.ll
llvm/trunk/test/Assembler/2003-05-15-SwitchBug.ll
llvm/trunk/test/Assembler/2003-05-21-ConstantShiftExpr.ll
llvm/trunk/test/Assembler/2003-05-21-EmptyStructTest.ll
llvm/trunk/test/Assembler/2003-06-30-RecursiveTypeProblem.ll
llvm/trunk/test/Assembler/2003-10-04-NotMergingGlobalConstants.ll
llvm/trunk/test/Assembler/2003-12-30-TypeMapInvalidMemory.ll
llvm/trunk/test/Assembler/2004-02-27-SelfUseAssertError.ll
llvm/trunk/test/Assembler/2004-04-04-GetElementPtrIndexTypes.ll
llvm/trunk/test/Assembler/2004-09-29-VerifierIsReallySlow.ll
llvm/trunk/test/Assembler/2004-10-22-BCWriterUndefBug.ll
llvm/trunk/test/Assembler/2004-11-28-InvalidTypeCrash.ll
llvm/trunk/test/Assembler/2005-01-31-CallingAggregateFunction.ll
llvm/trunk/test/Assembler/2007-01-02-Undefined-Arg-Type.ll
llvm/trunk/test/Assembler/2007-01-05-Cmp-ConstExpr.ll
llvm/trunk/test/Assembler/2007-01-16-CrashOnBadCast.ll
llvm/trunk/test/Assembler/2007-01-16-CrashOnBadCast2.ll
llvm/trunk/test/Assembler/2007-04-15-BadIntrinsic.ll
llvm/trunk/test/Assembler/select.ll
llvm/trunk/test/Bitcode/memcpy.ll
llvm/trunk/test/CodeGen/Generic/2002-04-14-UnexpectedUnsignedType.ll
llvm/trunk/test/CodeGen/Generic/spillccr.ll
llvm/trunk/test/ExecutionEngine/2002-12-16-ArgTest.ll
llvm/trunk/test/ExecutionEngine/2003-01-04-ArgumentBug.ll
llvm/trunk/test/ExecutionEngine/2003-01-04-LoopTest.ll
llvm/trunk/test/ExecutionEngine/2003-01-04-PhiTest.ll
llvm/trunk/test/ExecutionEngine/2003-01-09-SARTest.ll
llvm/trunk/test/ExecutionEngine/2003-01-10-FUCOM.ll
llvm/trunk/test/ExecutionEngine/2003-01-15-AlignmentTest.ll
llvm/trunk/test/ExecutionEngine/2003-05-11-PHIRegAllocBug.ll
llvm/trunk/test/ExecutionEngine/2003-06-04-bzip2-bug.ll
llvm/trunk/test/ExecutionEngine/2003-06-05-PHIBug.ll
llvm/trunk/test/ExecutionEngine/2003-08-15-AllocaAssertion.ll
llvm/trunk/test/ExecutionEngine/2003-08-21-EnvironmentTest.ll
llvm/trunk/test/ExecutionEngine/2003-08-23-RegisterAllocatePhysReg.ll
llvm/trunk/test/ExecutionEngine/2003-10-18-PHINode-ConstantExpr-CondCode-Failure.ll
llvm/trunk/test/ExecutionEngine/2004-12-04-LazyCompileFuncs.ll
llvm/trunk/test/ExecutionEngine/2007-12-10-APIntLoadStore.ll
llvm/trunk/test/ExecutionEngine/2007-12-14-BigEndian.ll
llvm/trunk/test/ExecutionEngine/2007-12-14-LittleEndian.ll
llvm/trunk/test/ExecutionEngine/hello.ll
llvm/trunk/test/ExecutionEngine/hello2.ll
llvm/trunk/test/ExecutionEngine/simplesttest.ll
llvm/trunk/test/ExecutionEngine/simpletest.ll
llvm/trunk/test/ExecutionEngine/test-branch.ll
llvm/trunk/test/ExecutionEngine/test-call.ll
llvm/trunk/test/ExecutionEngine/test-cast.ll
llvm/trunk/test/ExecutionEngine/test-constantexpr.ll
llvm/trunk/test/ExecutionEngine/test-fp.ll
llvm/trunk/test/ExecutionEngine/test-loadstore.ll
llvm/trunk/test/ExecutionEngine/test-logical.ll
llvm/trunk/test/ExecutionEngine/test-loop.ll
llvm/trunk/test/ExecutionEngine/test-malloc.ll
llvm/trunk/test/ExecutionEngine/test-phi.ll
llvm/trunk/test/ExecutionEngine/test-ret.ll
llvm/trunk/test/ExecutionEngine/test-setcond-fp.ll
llvm/trunk/test/ExecutionEngine/test-setcond-int.ll
llvm/trunk/test/ExecutionEngine/test-shift.ll
llvm/trunk/test/Feature/globalredefinition3.ll
llvm/trunk/test/Linker/2003-01-30-LinkerRename.ll
llvm/trunk/test/Linker/2003-04-21-Linkage.ll
llvm/trunk/test/Linker/2003-04-23-LinkOnceLost.ll
llvm/trunk/test/Linker/2003-04-26-NullPtrLinkProblem.ll
llvm/trunk/test/Linker/2004-05-07-TypeResolution1.ll
llvm/trunk/test/Linker/2006-01-19-ConstantPacked.ll
llvm/trunk/test/Transforms/Inline/2007-12-19-InlineNoUnwind.ll
llvm/trunk/test/Transforms/InstCombine/2004-11-27-SetCCForCastLargerAndConstant.ll
llvm/trunk/test/Transforms/InstCombine/2006-10-19-SignedToUnsignedCastAndConst-2.ll
llvm/trunk/test/Verifier/2008-01-11-VarargAttrs.ll
llvm/trunk/test/Verifier/byval-1.ll
llvm/trunk/test/Verifier/byval-2.ll
llvm/trunk/test/Verifier/byval-4.ll
llvm/trunk/test/Verifier/invoke-2.ll
Modified: llvm/trunk/test/Assembler/2002-01-24-BadSymbolTableAssert.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/2002-01-24-BadSymbolTableAssert.ll?rev=51357&r1=51356&r2=51357&view=diff
==============================================================================
--- llvm/trunk/test/Assembler/2002-01-24-BadSymbolTableAssert.ll (original)
+++ llvm/trunk/test/Assembler/2002-01-24-BadSymbolTableAssert.ll Tue May 20 17:07:21 2008
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s -o /dev/null -f
+; RUN: llvm-as %s -o /dev/null -f
; This testcase failed due to a bad assertion in SymbolTable.cpp, removed in
; the 1.20 revision. Basically the symbol table assumed that if there was an
Modified: llvm/trunk/test/Assembler/2002-01-24-ValueRefineAbsType.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/2002-01-24-ValueRefineAbsType.ll?rev=51357&r1=51356&r2=51357&view=diff
==============================================================================
--- llvm/trunk/test/Assembler/2002-01-24-ValueRefineAbsType.ll (original)
+++ llvm/trunk/test/Assembler/2002-01-24-ValueRefineAbsType.ll Tue May 20 17:07:21 2008
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s -o /dev/null -f
+; RUN: llvm-as %s -o /dev/null -f
; This testcase used to fail due to a lack of this diff in Value.cpp:
; diff -r1.16 Value.cpp
Modified: llvm/trunk/test/Assembler/2002-02-19-TypeParsing.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/2002-02-19-TypeParsing.ll?rev=51357&r1=51356&r2=51357&view=diff
==============================================================================
--- llvm/trunk/test/Assembler/2002-02-19-TypeParsing.ll (original)
+++ llvm/trunk/test/Assembler/2002-02-19-TypeParsing.ll Tue May 20 17:07:21 2008
@@ -1,3 +1,3 @@
-; RUN: llvm-as < %s -o /dev/null -f
+; RUN: llvm-as %s -o /dev/null -f
%Hosp = type { i32, i32, i32, { \2*, { i32, i32, i32, { [4 x \3], \2, \5, %Hosp, i32, i32 }* }*, \2* }, { \2*, { i32, i32, i32, { [4 x \3], \2, \5, %Hosp, i32, i32 }* }*, \2* }, { \2*, { i32, i32, i32, { [4 x \3], \2, \5, %Hosp, i32, i32 }* }*, \2* }, { \2*, { i32, i32, i32, { [4 x \3], \2, \5, %Hosp, i32, i32 }* }*, \2* } }
Modified: llvm/trunk/test/Assembler/2002-03-08-NameCollision.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/2002-03-08-NameCollision.ll?rev=51357&r1=51356&r2=51357&view=diff
==============================================================================
--- llvm/trunk/test/Assembler/2002-03-08-NameCollision.ll (original)
+++ llvm/trunk/test/Assembler/2002-03-08-NameCollision.ll Tue May 20 17:07:21 2008
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s -o /dev/null -f
+; RUN: llvm-as %s -o /dev/null -f
; Method arguments were being checked for collisions at the global scope before
; the method object was created by the parser. Because of this, false
Modified: llvm/trunk/test/Assembler/2002-03-08-NameCollision2.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/2002-03-08-NameCollision2.ll?rev=51357&r1=51356&r2=51357&view=diff
==============================================================================
--- llvm/trunk/test/Assembler/2002-03-08-NameCollision2.ll (original)
+++ llvm/trunk/test/Assembler/2002-03-08-NameCollision2.ll Tue May 20 17:07:21 2008
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s -o /dev/null -f
+; RUN: llvm-as %s -o /dev/null -f
; Another name collision problem. Here the problem was that if a forward
; declaration for a method was found, that this would cause spurious conflicts
Modified: llvm/trunk/test/Assembler/2002-04-04-PureVirtMethCall.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/2002-04-04-PureVirtMethCall.ll?rev=51357&r1=51356&r2=51357&view=diff
==============================================================================
--- llvm/trunk/test/Assembler/2002-04-04-PureVirtMethCall.ll (original)
+++ llvm/trunk/test/Assembler/2002-04-04-PureVirtMethCall.ll Tue May 20 17:07:21 2008
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s -o /dev/null -f
+; RUN: llvm-as %s -o /dev/null -f
type { { \2 *, \4 ** },
{ \2 *, \4 ** }
Modified: llvm/trunk/test/Assembler/2002-04-04-PureVirtMethCall2.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/2002-04-04-PureVirtMethCall2.ll?rev=51357&r1=51356&r2=51357&view=diff
==============================================================================
--- llvm/trunk/test/Assembler/2002-04-04-PureVirtMethCall2.ll (original)
+++ llvm/trunk/test/Assembler/2002-04-04-PureVirtMethCall2.ll Tue May 20 17:07:21 2008
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s -o /dev/null -f
+; RUN: llvm-as %s -o /dev/null -f
%t = type { { \2*, \2 },
{ \2*, \2 }
Modified: llvm/trunk/test/Assembler/2002-04-05-TypeParsing.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/2002-04-05-TypeParsing.ll?rev=51357&r1=51356&r2=51357&view=diff
==============================================================================
--- llvm/trunk/test/Assembler/2002-04-05-TypeParsing.ll (original)
+++ llvm/trunk/test/Assembler/2002-04-05-TypeParsing.ll Tue May 20 17:07:21 2008
@@ -1,3 +1,3 @@
-; RUN: llvm-as < %s -o /dev/null -f
+; RUN: llvm-as %s -o /dev/null -f
%Hosp = type { { \2*, { \2, %Hosp }* }, { \2*, { \2, %Hosp }* } }
Modified: llvm/trunk/test/Assembler/2002-05-02-InvalidForwardRef.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/2002-05-02-InvalidForwardRef.ll?rev=51357&r1=51356&r2=51357&view=diff
==============================================================================
--- llvm/trunk/test/Assembler/2002-05-02-InvalidForwardRef.ll (original)
+++ llvm/trunk/test/Assembler/2002-05-02-InvalidForwardRef.ll Tue May 20 17:07:21 2008
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s -o /dev/null -f
+; RUN: llvm-as %s -o /dev/null -f
; It looks like the assembler is not forward resolving the function declaraion
; correctly.
Modified: llvm/trunk/test/Assembler/2002-07-08-HugePerformanceProblem.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/2002-07-08-HugePerformanceProblem.ll?rev=51357&r1=51356&r2=51357&view=diff
==============================================================================
--- llvm/trunk/test/Assembler/2002-07-08-HugePerformanceProblem.ll (original)
+++ llvm/trunk/test/Assembler/2002-07-08-HugePerformanceProblem.ll Tue May 20 17:07:21 2008
@@ -1,6 +1,6 @@
; This file takes about 48 __MINUTES__ to assemble using as. This is WAY too
; long. The type resolution code needs to be sped up a lot.
-; RUN: llvm-as < %s -o /dev/null -f
+; RUN: llvm-as %s -o /dev/null -f
%ALL_INTERSECTIONS_METHOD = type i32 (%OBJECT*, %RAY*, %ISTACK*)*
%BBOX = type { %BBOX_VECT, %BBOX_VECT }
%BBOX_TREE = type { i16, i16, %BBOX, %BBOX_TREE** }
Modified: llvm/trunk/test/Assembler/2002-07-25-ParserAssertionFailure.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/2002-07-25-ParserAssertionFailure.ll?rev=51357&r1=51356&r2=51357&view=diff
==============================================================================
--- llvm/trunk/test/Assembler/2002-07-25-ParserAssertionFailure.ll (original)
+++ llvm/trunk/test/Assembler/2002-07-25-ParserAssertionFailure.ll Tue May 20 17:07:21 2008
@@ -1,6 +1,6 @@
; Make sure we don't get an assertion failure, even though this is a parse
; error
-; RUN: not llvm-as < %s -o /dev/null -f |& grep {No arguments}
+; RUN: not llvm-as %s -o /dev/null -f |& grep {No arguments}
%ty = type void (i32)
Modified: llvm/trunk/test/Assembler/2002-08-15-CastAmbiguity.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/2002-08-15-CastAmbiguity.ll?rev=51357&r1=51356&r2=51357&view=diff
==============================================================================
--- llvm/trunk/test/Assembler/2002-08-15-CastAmbiguity.ll (original)
+++ llvm/trunk/test/Assembler/2002-08-15-CastAmbiguity.ll Tue May 20 17:07:21 2008
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s -o /dev/null -f
+; RUN: llvm-as %s -o /dev/null -f
define void @test(i32 %X) {
call void @test( i32 6 )
Modified: llvm/trunk/test/Assembler/2002-08-15-ConstantExprProblem.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/2002-08-15-ConstantExprProblem.ll?rev=51357&r1=51356&r2=51357&view=diff
==============================================================================
--- llvm/trunk/test/Assembler/2002-08-15-ConstantExprProblem.ll (original)
+++ llvm/trunk/test/Assembler/2002-08-15-ConstantExprProblem.ll Tue May 20 17:07:21 2008
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s -o /dev/null -f
+; RUN: llvm-as %s -o /dev/null -f
@.LC0 = internal global [12 x i8] c"hello world\00" ; <[12 x i8]*> [#uses=1]
Modified: llvm/trunk/test/Assembler/2002-08-15-UnresolvedGlobalReference.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/2002-08-15-UnresolvedGlobalReference.ll?rev=51357&r1=51356&r2=51357&view=diff
==============================================================================
--- llvm/trunk/test/Assembler/2002-08-15-UnresolvedGlobalReference.ll (original)
+++ llvm/trunk/test/Assembler/2002-08-15-UnresolvedGlobalReference.ll Tue May 20 17:07:21 2008
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s -o /dev/null -f
+; RUN: llvm-as %s -o /dev/null -f
@.LC0 = internal global [12 x i8] c"hello world\00" ; <[12 x i8]*> [#uses=1]
Modified: llvm/trunk/test/Assembler/2002-08-22-DominanceProblem.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/2002-08-22-DominanceProblem.ll?rev=51357&r1=51356&r2=51357&view=diff
==============================================================================
--- llvm/trunk/test/Assembler/2002-08-22-DominanceProblem.ll (original)
+++ llvm/trunk/test/Assembler/2002-08-22-DominanceProblem.ll Tue May 20 17:07:21 2008
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s -o /dev/null -f
+; RUN: llvm-as %s -o /dev/null -f
; Dominance relationships is not calculated correctly for unreachable blocks,
; which causes the verifier to barf on this input.
Modified: llvm/trunk/test/Assembler/2002-10-08-LargeArrayPerformance.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/2002-10-08-LargeArrayPerformance.ll?rev=51357&r1=51356&r2=51357&view=diff
==============================================================================
--- llvm/trunk/test/Assembler/2002-10-08-LargeArrayPerformance.ll (original)
+++ llvm/trunk/test/Assembler/2002-10-08-LargeArrayPerformance.ll Tue May 20 17:07:21 2008
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s -o /dev/null -f
+; RUN: llvm-as %s -o /dev/null -f
; This testcase comes from the following really simple c file:
;; int foo[30000]
;;; We should not be soo slow for such a simple case!
Modified: llvm/trunk/test/Assembler/2002-10-15-NameClash.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/2002-10-15-NameClash.ll?rev=51357&r1=51356&r2=51357&view=diff
==============================================================================
--- llvm/trunk/test/Assembler/2002-10-15-NameClash.ll (original)
+++ llvm/trunk/test/Assembler/2002-10-15-NameClash.ll Tue May 20 17:07:21 2008
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s -o /dev/null -f
+; RUN: llvm-as %s -o /dev/null -f
declare i32 @"ArrayRef"([100 x i32] * %Array)
Modified: llvm/trunk/test/Assembler/2002-12-15-GlobalResolve.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/2002-12-15-GlobalResolve.ll?rev=51357&r1=51356&r2=51357&view=diff
==============================================================================
--- llvm/trunk/test/Assembler/2002-12-15-GlobalResolve.ll (original)
+++ llvm/trunk/test/Assembler/2002-12-15-GlobalResolve.ll Tue May 20 17:07:21 2008
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s -o /dev/null -f
+; RUN: llvm-as %s -o /dev/null -f
@X = external global i32*
@X1 = external global %T*
Modified: llvm/trunk/test/Assembler/2003-01-30-UnsignedString.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/2003-01-30-UnsignedString.ll?rev=51357&r1=51356&r2=51357&view=diff
==============================================================================
--- llvm/trunk/test/Assembler/2003-01-30-UnsignedString.ll (original)
+++ llvm/trunk/test/Assembler/2003-01-30-UnsignedString.ll Tue May 20 17:07:21 2008
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s -o /dev/null -f
+; RUN: llvm-as %s -o /dev/null -f
@spell_order = global [4 x i8] c"\FF\00\F7\00"
Modified: llvm/trunk/test/Assembler/2003-04-25-UnresolvedGlobalReference.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/2003-04-25-UnresolvedGlobalReference.ll?rev=51357&r1=51356&r2=51357&view=diff
==============================================================================
--- llvm/trunk/test/Assembler/2003-04-25-UnresolvedGlobalReference.ll (original)
+++ llvm/trunk/test/Assembler/2003-04-25-UnresolvedGlobalReference.ll Tue May 20 17:07:21 2008
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s -o /dev/null -f
+; RUN: llvm-as %s -o /dev/null -f
; There should be absolutely no problem with this testcase.
define i32 @test(i32 %arg1, i32 %arg2) {
Modified: llvm/trunk/test/Assembler/2003-05-15-AssemblerProblem.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/2003-05-15-AssemblerProblem.ll?rev=51357&r1=51356&r2=51357&view=diff
==============================================================================
--- llvm/trunk/test/Assembler/2003-05-15-AssemblerProblem.ll (original)
+++ llvm/trunk/test/Assembler/2003-05-15-AssemblerProblem.ll Tue May 20 17:07:21 2008
@@ -1,6 +1,6 @@
; This bug was caused by two CPR's existing for the same global variable,
; colliding in the Module level CPR map.
-; RUN: llvm-as < %s -o /dev/null -f
+; RUN: llvm-as %s -o /dev/null -f
define void @test() {
call void (...)* bitcast (void (i16*, i32)* @AddString to void (...)*)( i16* null, i32 0 )
Modified: llvm/trunk/test/Assembler/2003-05-15-SwitchBug.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/2003-05-15-SwitchBug.ll?rev=51357&r1=51356&r2=51357&view=diff
==============================================================================
--- llvm/trunk/test/Assembler/2003-05-15-SwitchBug.ll (original)
+++ llvm/trunk/test/Assembler/2003-05-15-SwitchBug.ll Tue May 20 17:07:21 2008
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s -o /dev/null -f
+; RUN: llvm-as %s -o /dev/null -f
; Check minimal switch statement
Modified: llvm/trunk/test/Assembler/2003-05-21-ConstantShiftExpr.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/2003-05-21-ConstantShiftExpr.ll?rev=51357&r1=51356&r2=51357&view=diff
==============================================================================
--- llvm/trunk/test/Assembler/2003-05-21-ConstantShiftExpr.ll (original)
+++ llvm/trunk/test/Assembler/2003-05-21-ConstantShiftExpr.ll Tue May 20 17:07:21 2008
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s -o /dev/null -f
+; RUN: llvm-as %s -o /dev/null -f
; Test that shift instructions can be used in constant expressions.
global i32 3670016
Modified: llvm/trunk/test/Assembler/2003-05-21-EmptyStructTest.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/2003-05-21-EmptyStructTest.ll?rev=51357&r1=51356&r2=51357&view=diff
==============================================================================
--- llvm/trunk/test/Assembler/2003-05-21-EmptyStructTest.ll (original)
+++ llvm/trunk/test/Assembler/2003-05-21-EmptyStructTest.ll Tue May 20 17:07:21 2008
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s -o /dev/null -f
+; RUN: llvm-as %s -o /dev/null -f
; The old C front-end never generated empty structures, now the new one
; can. For some reason we never handled them in the parser. Weird.
Modified: llvm/trunk/test/Assembler/2003-06-30-RecursiveTypeProblem.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/2003-06-30-RecursiveTypeProblem.ll?rev=51357&r1=51356&r2=51357&view=diff
==============================================================================
--- llvm/trunk/test/Assembler/2003-06-30-RecursiveTypeProblem.ll (original)
+++ llvm/trunk/test/Assembler/2003-06-30-RecursiveTypeProblem.ll Tue May 20 17:07:21 2008
@@ -1,3 +1,3 @@
-; RUN: llvm-as < %s -o /dev/null -f
+; RUN: llvm-as %s -o /dev/null -f
%MidFnTy = type void (%MidFnTy*)
Modified: llvm/trunk/test/Assembler/2003-10-04-NotMergingGlobalConstants.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/2003-10-04-NotMergingGlobalConstants.ll?rev=51357&r1=51356&r2=51357&view=diff
==============================================================================
--- llvm/trunk/test/Assembler/2003-10-04-NotMergingGlobalConstants.ll (original)
+++ llvm/trunk/test/Assembler/2003-10-04-NotMergingGlobalConstants.ll Tue May 20 17:07:21 2008
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s -o /dev/null -f
+; RUN: llvm-as %s -o /dev/null -f
%T = type i32
@X = global i32* null ; <i32**> [#uses=0]
Modified: llvm/trunk/test/Assembler/2003-12-30-TypeMapInvalidMemory.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/2003-12-30-TypeMapInvalidMemory.ll?rev=51357&r1=51356&r2=51357&view=diff
==============================================================================
--- llvm/trunk/test/Assembler/2003-12-30-TypeMapInvalidMemory.ll (original)
+++ llvm/trunk/test/Assembler/2003-12-30-TypeMapInvalidMemory.ll Tue May 20 17:07:21 2008
@@ -1,4 +1,4 @@
-; RUN: not llvm-as < %s -o /dev/null -f |& grep {Undefined type remains}
+; RUN: not llvm-as %s -o /dev/null -f |& grep {Undefined type remains}
; END.
@d_reduction_0_dparser_gram = global {
Modified: llvm/trunk/test/Assembler/2004-02-27-SelfUseAssertError.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/2004-02-27-SelfUseAssertError.ll?rev=51357&r1=51356&r2=51357&view=diff
==============================================================================
--- llvm/trunk/test/Assembler/2004-02-27-SelfUseAssertError.ll (original)
+++ llvm/trunk/test/Assembler/2004-02-27-SelfUseAssertError.ll Tue May 20 17:07:21 2008
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s -o /dev/null -f
+; RUN: llvm-as %s -o /dev/null -f
; %inc2 uses it's own value, but that's ok, as it's unreachable!
Modified: llvm/trunk/test/Assembler/2004-04-04-GetElementPtrIndexTypes.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/2004-04-04-GetElementPtrIndexTypes.ll?rev=51357&r1=51356&r2=51357&view=diff
==============================================================================
--- llvm/trunk/test/Assembler/2004-04-04-GetElementPtrIndexTypes.ll (original)
+++ llvm/trunk/test/Assembler/2004-04-04-GetElementPtrIndexTypes.ll Tue May 20 17:07:21 2008
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s -o /dev/null -f
+; RUN: llvm-as %s -o /dev/null -f
define i32* @t1({ float, i32 }* %X) {
%W = getelementptr { float, i32 }* %X, i32 20, i32 1 ; <i32*> [#uses=0]
Modified: llvm/trunk/test/Assembler/2004-09-29-VerifierIsReallySlow.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/2004-09-29-VerifierIsReallySlow.ll?rev=51357&r1=51356&r2=51357&view=diff
==============================================================================
--- llvm/trunk/test/Assembler/2004-09-29-VerifierIsReallySlow.ll (original)
+++ llvm/trunk/test/Assembler/2004-09-29-VerifierIsReallySlow.ll Tue May 20 17:07:21 2008
@@ -1,6 +1,6 @@
; Check to see that the verifier does not take an outrageous amount of time on
; this testcase.
-; RUN: llvm-as < %s -o /dev/null -f
+; RUN: llvm-as %s -o /dev/null -f
%"complex long double" = type { double, double }
%"struct.std::dcomplex" = type { %"complex long double" }
Modified: llvm/trunk/test/Assembler/2004-10-22-BCWriterUndefBug.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/2004-10-22-BCWriterUndefBug.ll?rev=51357&r1=51356&r2=51357&view=diff
==============================================================================
--- llvm/trunk/test/Assembler/2004-10-22-BCWriterUndefBug.ll (original)
+++ llvm/trunk/test/Assembler/2004-10-22-BCWriterUndefBug.ll Tue May 20 17:07:21 2008
@@ -1,5 +1,5 @@
;; The bytecode writer was trying to treat undef values as ConstantArray's when
;; they looked like strings.
-;; RUN: llvm-as < %s -o /dev/null -f
+;; RUN: llvm-as %s -o /dev/null -f
@G = internal global [8 x i8] undef
Modified: llvm/trunk/test/Assembler/2004-11-28-InvalidTypeCrash.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/2004-11-28-InvalidTypeCrash.ll?rev=51357&r1=51356&r2=51357&view=diff
==============================================================================
--- llvm/trunk/test/Assembler/2004-11-28-InvalidTypeCrash.ll (original)
+++ llvm/trunk/test/Assembler/2004-11-28-InvalidTypeCrash.ll Tue May 20 17:07:21 2008
@@ -1,5 +1,5 @@
; Test for PR463. This program is erroneous, but should not crash llvm-as.
-; RUN: not llvm-as < %s -o /dev/null -f |& \
+; RUN: not llvm-as %s -o /dev/null -f |& \
; RUN: grep {Cannot create a null initialized value of this type}
@.FOO = internal global %struct.none zeroinitializer
Modified: llvm/trunk/test/Assembler/2005-01-31-CallingAggregateFunction.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/2005-01-31-CallingAggregateFunction.ll?rev=51357&r1=51356&r2=51357&view=diff
==============================================================================
--- llvm/trunk/test/Assembler/2005-01-31-CallingAggregateFunction.ll (original)
+++ llvm/trunk/test/Assembler/2005-01-31-CallingAggregateFunction.ll Tue May 20 17:07:21 2008
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s -o /dev/null -f
+; RUN: llvm-as %s -o /dev/null -f
define void @test() {
call {i32} @foo()
Modified: llvm/trunk/test/Assembler/2007-01-02-Undefined-Arg-Type.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/2007-01-02-Undefined-Arg-Type.ll?rev=51357&r1=51356&r2=51357&view=diff
==============================================================================
--- llvm/trunk/test/Assembler/2007-01-02-Undefined-Arg-Type.ll (original)
+++ llvm/trunk/test/Assembler/2007-01-02-Undefined-Arg-Type.ll Tue May 20 17:07:21 2008
@@ -1,5 +1,5 @@
; The assembler should catch an undefined argument type .
-; RUN: not llvm-as < %s -o /dev/null -f |& grep {Reference to abstract argument}
+; RUN: not llvm-as %s -o /dev/null -f |& grep {Reference to abstract argument}
; %typedef.bc_struct = type opaque
Modified: llvm/trunk/test/Assembler/2007-01-05-Cmp-ConstExpr.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/2007-01-05-Cmp-ConstExpr.ll?rev=51357&r1=51356&r2=51357&view=diff
==============================================================================
--- llvm/trunk/test/Assembler/2007-01-05-Cmp-ConstExpr.ll (original)
+++ llvm/trunk/test/Assembler/2007-01-05-Cmp-ConstExpr.ll Tue May 20 17:07:21 2008
@@ -1,5 +1,5 @@
; Test Case for PR1080
-; RUN: llvm-as < %s -o /dev/null -f
+; RUN: llvm-as %s -o /dev/null -f
@str = internal constant [4 x i8] c"-ga\00" ; <[4 x i8]*> [#uses=2]
Modified: llvm/trunk/test/Assembler/2007-01-16-CrashOnBadCast.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/2007-01-16-CrashOnBadCast.ll?rev=51357&r1=51356&r2=51357&view=diff
==============================================================================
--- llvm/trunk/test/Assembler/2007-01-16-CrashOnBadCast.ll (original)
+++ llvm/trunk/test/Assembler/2007-01-16-CrashOnBadCast.ll Tue May 20 17:07:21 2008
@@ -1,5 +1,5 @@
; PR1117
-; RUN: not llvm-as < %s -o /dev/null -f |& grep {invalid cast opcode for cast from}
+; RUN: not llvm-as %s -o /dev/null -f |& grep {invalid cast opcode for cast from}
define i8* @nada(i64 %X) {
%result = trunc i64 %X to i8*
Modified: llvm/trunk/test/Assembler/2007-01-16-CrashOnBadCast2.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/2007-01-16-CrashOnBadCast2.ll?rev=51357&r1=51356&r2=51357&view=diff
==============================================================================
--- llvm/trunk/test/Assembler/2007-01-16-CrashOnBadCast2.ll (original)
+++ llvm/trunk/test/Assembler/2007-01-16-CrashOnBadCast2.ll Tue May 20 17:07:21 2008
@@ -1,4 +1,4 @@
; PR1117
-; RUN: not llvm-as < %s -o /dev/null -f |& grep {invalid cast opcode for cast from}
+; RUN: not llvm-as %s -o /dev/null -f |& grep {invalid cast opcode for cast from}
@X = constant i8* trunc (i64 0 to i8*)
Modified: llvm/trunk/test/Assembler/2007-04-15-BadIntrinsic.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/2007-04-15-BadIntrinsic.ll?rev=51357&r1=51356&r2=51357&view=diff
==============================================================================
--- llvm/trunk/test/Assembler/2007-04-15-BadIntrinsic.ll (original)
+++ llvm/trunk/test/Assembler/2007-04-15-BadIntrinsic.ll Tue May 20 17:07:21 2008
@@ -1,4 +1,4 @@
-; RUN: not llvm-as < %s -o /dev/null -f |& grep {Call to invalid LLVM intrinsic}
+; RUN: not llvm-as %s -o /dev/null -f |& grep {Call to invalid LLVM intrinsic}
declare i32 @llvm.foobar(i32 %foo)
Modified: llvm/trunk/test/Assembler/select.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/select.ll?rev=51357&r1=51356&r2=51357&view=diff
==============================================================================
--- llvm/trunk/test/Assembler/select.ll (original)
+++ llvm/trunk/test/Assembler/select.ll Tue May 20 17:07:21 2008
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s -o /dev/null -f
+; RUN: llvm-as %s -o /dev/null -f
define i32 @test(i1 %C, i32 %V1, i32 %V2) {
Modified: llvm/trunk/test/Bitcode/memcpy.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Bitcode/memcpy.ll?rev=51357&r1=51356&r2=51357&view=diff
==============================================================================
--- llvm/trunk/test/Bitcode/memcpy.ll (original)
+++ llvm/trunk/test/Bitcode/memcpy.ll Tue May 20 17:07:21 2008
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s -o /dev/null -f
+; RUN: llvm-as %s -o /dev/null -f
define void @test(i32* %P, i32* %Q) {
entry:
Modified: llvm/trunk/test/CodeGen/Generic/2002-04-14-UnexpectedUnsignedType.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/Generic/2002-04-14-UnexpectedUnsignedType.ll?rev=51357&r1=51356&r2=51357&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/Generic/2002-04-14-UnexpectedUnsignedType.ll (original)
+++ llvm/trunk/test/CodeGen/Generic/2002-04-14-UnexpectedUnsignedType.ll Tue May 20 17:07:21 2008
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s -o - | llc
+; RUN: llvm-as %s -o - | llc
; This caused the backend to assert out with:
; SparcInstrInfo.cpp:103: failed assertion `0 && "Unexpected unsigned type"'
Modified: llvm/trunk/test/CodeGen/Generic/spillccr.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/Generic/spillccr.ll?rev=51357&r1=51356&r2=51357&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/Generic/spillccr.ll (original)
+++ llvm/trunk/test/CodeGen/Generic/spillccr.ll Tue May 20 17:07:21 2008
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s -o - | llc
+; RUN: llvm-as %s -o - | llc
; July 6, 2002 -- LLC Regression test
; This test case checks if the integer CC register %xcc (or %ccr)
Modified: llvm/trunk/test/ExecutionEngine/2002-12-16-ArgTest.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/ExecutionEngine/2002-12-16-ArgTest.ll?rev=51357&r1=51356&r2=51357&view=diff
==============================================================================
--- llvm/trunk/test/ExecutionEngine/2002-12-16-ArgTest.ll (original)
+++ llvm/trunk/test/ExecutionEngine/2002-12-16-ArgTest.ll Tue May 20 17:07:21 2008
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s -f -o %t.bc
+; RUN: llvm-as %s -f -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]
Modified: llvm/trunk/test/ExecutionEngine/2003-01-04-ArgumentBug.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/ExecutionEngine/2003-01-04-ArgumentBug.ll?rev=51357&r1=51356&r2=51357&view=diff
==============================================================================
--- llvm/trunk/test/ExecutionEngine/2003-01-04-ArgumentBug.ll (original)
+++ llvm/trunk/test/ExecutionEngine/2003-01-04-ArgumentBug.ll Tue May 20 17:07:21 2008
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s -f -o %t.bc
+; RUN: llvm-as %s -f -o %t.bc
; RUN: lli %t.bc > /dev/null
define i32 @foo(i32 %X, i32 %Y, double %A) {
Modified: llvm/trunk/test/ExecutionEngine/2003-01-04-LoopTest.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/ExecutionEngine/2003-01-04-LoopTest.ll?rev=51357&r1=51356&r2=51357&view=diff
==============================================================================
--- llvm/trunk/test/ExecutionEngine/2003-01-04-LoopTest.ll (original)
+++ llvm/trunk/test/ExecutionEngine/2003-01-04-LoopTest.ll Tue May 20 17:07:21 2008
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s -o %t.bc -f
+; RUN: llvm-as %s -o %t.bc -f
; RUN: lli %t.bc > /dev/null
define i32 @main() {
Modified: llvm/trunk/test/ExecutionEngine/2003-01-04-PhiTest.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/ExecutionEngine/2003-01-04-PhiTest.ll?rev=51357&r1=51356&r2=51357&view=diff
==============================================================================
--- llvm/trunk/test/ExecutionEngine/2003-01-04-PhiTest.ll (original)
+++ llvm/trunk/test/ExecutionEngine/2003-01-04-PhiTest.ll Tue May 20 17:07:21 2008
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s -f -o %t.bc
+; RUN: llvm-as %s -f -o %t.bc
; RUN: lli %t.bc > /dev/null
define i32 @main() {
Modified: llvm/trunk/test/ExecutionEngine/2003-01-09-SARTest.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/ExecutionEngine/2003-01-09-SARTest.ll?rev=51357&r1=51356&r2=51357&view=diff
==============================================================================
--- llvm/trunk/test/ExecutionEngine/2003-01-09-SARTest.ll (original)
+++ llvm/trunk/test/ExecutionEngine/2003-01-09-SARTest.ll Tue May 20 17:07:21 2008
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s -f -o %t.bc
+; RUN: llvm-as %s -f -o %t.bc
; RUN: lli %t.bc > /dev/null
; We were accidentally inverting the signedness of right shifts. Whoops.
Modified: llvm/trunk/test/ExecutionEngine/2003-01-10-FUCOM.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/ExecutionEngine/2003-01-10-FUCOM.ll?rev=51357&r1=51356&r2=51357&view=diff
==============================================================================
--- llvm/trunk/test/ExecutionEngine/2003-01-10-FUCOM.ll (original)
+++ llvm/trunk/test/ExecutionEngine/2003-01-10-FUCOM.ll Tue May 20 17:07:21 2008
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s -f -o %t.bc
+; RUN: llvm-as %s -f -o %t.bc
; RUN: lli %t.bc > /dev/null
define i32 @main() {
Modified: llvm/trunk/test/ExecutionEngine/2003-01-15-AlignmentTest.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/ExecutionEngine/2003-01-15-AlignmentTest.ll?rev=51357&r1=51356&r2=51357&view=diff
==============================================================================
--- llvm/trunk/test/ExecutionEngine/2003-01-15-AlignmentTest.ll (original)
+++ llvm/trunk/test/ExecutionEngine/2003-01-15-AlignmentTest.ll Tue May 20 17:07:21 2008
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s -f -o %t.bc
+; RUN: llvm-as %s -f -o %t.bc
; RUN: lli %t.bc > /dev/null
define i32 @bar(i8* %X) {
Modified: llvm/trunk/test/ExecutionEngine/2003-05-11-PHIRegAllocBug.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/ExecutionEngine/2003-05-11-PHIRegAllocBug.ll?rev=51357&r1=51356&r2=51357&view=diff
==============================================================================
--- llvm/trunk/test/ExecutionEngine/2003-05-11-PHIRegAllocBug.ll (original)
+++ llvm/trunk/test/ExecutionEngine/2003-05-11-PHIRegAllocBug.ll Tue May 20 17:07:21 2008
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s -f -o %t.bc
+; RUN: llvm-as %s -f -o %t.bc
; RUN: lli %t.bc > /dev/null
target datalayout = "e-p:32:32"
Modified: llvm/trunk/test/ExecutionEngine/2003-06-04-bzip2-bug.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/ExecutionEngine/2003-06-04-bzip2-bug.ll?rev=51357&r1=51356&r2=51357&view=diff
==============================================================================
--- llvm/trunk/test/ExecutionEngine/2003-06-04-bzip2-bug.ll (original)
+++ llvm/trunk/test/ExecutionEngine/2003-06-04-bzip2-bug.ll Tue May 20 17:07:21 2008
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s -f -o %t.bc
+; RUN: llvm-as %s -f -o %t.bc
; RUN: lli %t.bc > /dev/null
; Testcase distilled from 256.bzip2.
Modified: llvm/trunk/test/ExecutionEngine/2003-06-05-PHIBug.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/ExecutionEngine/2003-06-05-PHIBug.ll?rev=51357&r1=51356&r2=51357&view=diff
==============================================================================
--- llvm/trunk/test/ExecutionEngine/2003-06-05-PHIBug.ll (original)
+++ llvm/trunk/test/ExecutionEngine/2003-06-05-PHIBug.ll Tue May 20 17:07:21 2008
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s -f -o %t.bc
+; RUN: llvm-as %s -f -o %t.bc
; RUN: lli %t.bc > /dev/null
; Testcase distilled from 256.bzip2.
Modified: llvm/trunk/test/ExecutionEngine/2003-08-15-AllocaAssertion.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/ExecutionEngine/2003-08-15-AllocaAssertion.ll?rev=51357&r1=51356&r2=51357&view=diff
==============================================================================
--- llvm/trunk/test/ExecutionEngine/2003-08-15-AllocaAssertion.ll (original)
+++ llvm/trunk/test/ExecutionEngine/2003-08-15-AllocaAssertion.ll Tue May 20 17:07:21 2008
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s -f -o %t.bc
+; RUN: llvm-as %s -f -o %t.bc
; RUN: lli %t.bc > /dev/null
; This testcase failed to work because two variable sized allocas confused the
Modified: llvm/trunk/test/ExecutionEngine/2003-08-21-EnvironmentTest.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/ExecutionEngine/2003-08-21-EnvironmentTest.ll?rev=51357&r1=51356&r2=51357&view=diff
==============================================================================
--- llvm/trunk/test/ExecutionEngine/2003-08-21-EnvironmentTest.ll (original)
+++ llvm/trunk/test/ExecutionEngine/2003-08-21-EnvironmentTest.ll Tue May 20 17:07:21 2008
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s -f -o %t.bc
+; RUN: llvm-as %s -f -o %t.bc
; RUN: lli %t.bc > /dev/null
;
Modified: llvm/trunk/test/ExecutionEngine/2003-08-23-RegisterAllocatePhysReg.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/ExecutionEngine/2003-08-23-RegisterAllocatePhysReg.ll?rev=51357&r1=51356&r2=51357&view=diff
==============================================================================
--- llvm/trunk/test/ExecutionEngine/2003-08-23-RegisterAllocatePhysReg.ll (original)
+++ llvm/trunk/test/ExecutionEngine/2003-08-23-RegisterAllocatePhysReg.ll Tue May 20 17:07:21 2008
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s -f -o %t.bc
+; RUN: llvm-as %s -f -o %t.bc
; RUN: lli %t.bc > /dev/null
; This testcase exposes a bug in the local register allocator where it runs out
Modified: llvm/trunk/test/ExecutionEngine/2003-10-18-PHINode-ConstantExpr-CondCode-Failure.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/ExecutionEngine/2003-10-18-PHINode-ConstantExpr-CondCode-Failure.ll?rev=51357&r1=51356&r2=51357&view=diff
==============================================================================
--- llvm/trunk/test/ExecutionEngine/2003-10-18-PHINode-ConstantExpr-CondCode-Failure.ll (original)
+++ llvm/trunk/test/ExecutionEngine/2003-10-18-PHINode-ConstantExpr-CondCode-Failure.ll Tue May 20 17:07:21 2008
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s -f -o %t.bc
+; RUN: llvm-as %s -f -o %t.bc
; RUN: lli %t.bc > /dev/null
@A = global i32 0 ; <i32*> [#uses=1]
Modified: llvm/trunk/test/ExecutionEngine/2004-12-04-LazyCompileFuncs.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/ExecutionEngine/2004-12-04-LazyCompileFuncs.ll?rev=51357&r1=51356&r2=51357&view=diff
==============================================================================
--- llvm/trunk/test/ExecutionEngine/2004-12-04-LazyCompileFuncs.ll (original)
+++ llvm/trunk/test/ExecutionEngine/2004-12-04-LazyCompileFuncs.ll Tue May 20 17:07:21 2008
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s -f -o %t.bc
+; RUN: llvm-as %s -f -o %t.bc
; RUN: lli -debug-only=jit %t.bc |& not grep {Finished CodeGen of .*Function: F}
@.str_1 = internal constant [7 x i8] c"IN F!\0A\00" ; <[7 x i8]*> [#uses=1]
@.str_2 = internal constant [7 x i8] c"IN G!\0A\00" ; <[7 x i8]*> [#uses=1]
Modified: llvm/trunk/test/ExecutionEngine/2007-12-10-APIntLoadStore.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/ExecutionEngine/2007-12-10-APIntLoadStore.ll?rev=51357&r1=51356&r2=51357&view=diff
==============================================================================
--- llvm/trunk/test/ExecutionEngine/2007-12-10-APIntLoadStore.ll (original)
+++ llvm/trunk/test/ExecutionEngine/2007-12-10-APIntLoadStore.ll Tue May 20 17:07:21 2008
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s -o - | lli -force-interpreter
+; RUN: llvm-as %s -o - | lli -force-interpreter
; PR1836
define i32 @main() {
Modified: llvm/trunk/test/ExecutionEngine/2007-12-14-BigEndian.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/ExecutionEngine/2007-12-14-BigEndian.ll?rev=51357&r1=51356&r2=51357&view=diff
==============================================================================
--- llvm/trunk/test/ExecutionEngine/2007-12-14-BigEndian.ll (original)
+++ llvm/trunk/test/ExecutionEngine/2007-12-14-BigEndian.ll Tue May 20 17:07:21 2008
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s -o - | lli -force-interpreter
+; RUN: llvm-as %s -o - | lli -force-interpreter
target datalayout = "E"
Modified: llvm/trunk/test/ExecutionEngine/2007-12-14-LittleEndian.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/ExecutionEngine/2007-12-14-LittleEndian.ll?rev=51357&r1=51356&r2=51357&view=diff
==============================================================================
--- llvm/trunk/test/ExecutionEngine/2007-12-14-LittleEndian.ll (original)
+++ llvm/trunk/test/ExecutionEngine/2007-12-14-LittleEndian.ll Tue May 20 17:07:21 2008
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s -o - | lli -force-interpreter
+; RUN: llvm-as %s -o - | lli -force-interpreter
target datalayout = "e"
Modified: llvm/trunk/test/ExecutionEngine/hello.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/ExecutionEngine/hello.ll?rev=51357&r1=51356&r2=51357&view=diff
==============================================================================
--- llvm/trunk/test/ExecutionEngine/hello.ll (original)
+++ llvm/trunk/test/ExecutionEngine/hello.ll Tue May 20 17:07:21 2008
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s -f -o %t.bc
+; RUN: llvm-as %s -f -o %t.bc
; RUN: lli %t.bc > /dev/null
@.LC0 = internal global [12 x i8] c"Hello World\00" ; <[12 x i8]*> [#uses=1]
Modified: llvm/trunk/test/ExecutionEngine/hello2.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/ExecutionEngine/hello2.ll?rev=51357&r1=51356&r2=51357&view=diff
==============================================================================
--- llvm/trunk/test/ExecutionEngine/hello2.ll (original)
+++ llvm/trunk/test/ExecutionEngine/hello2.ll Tue May 20 17:07:21 2008
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s -f -o %t.bc
+; RUN: llvm-as %s -f -o %t.bc
; RUN: lli %t.bc > /dev/null
@X = global i32 7 ; <i32*> [#uses=0]
Modified: llvm/trunk/test/ExecutionEngine/simplesttest.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/ExecutionEngine/simplesttest.ll?rev=51357&r1=51356&r2=51357&view=diff
==============================================================================
--- llvm/trunk/test/ExecutionEngine/simplesttest.ll (original)
+++ llvm/trunk/test/ExecutionEngine/simplesttest.ll Tue May 20 17:07:21 2008
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s -f -o %t.bc
+; RUN: llvm-as %s -f -o %t.bc
; RUN: lli %t.bc > /dev/null
define i32 @main() {
Modified: llvm/trunk/test/ExecutionEngine/simpletest.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/ExecutionEngine/simpletest.ll?rev=51357&r1=51356&r2=51357&view=diff
==============================================================================
--- llvm/trunk/test/ExecutionEngine/simpletest.ll (original)
+++ llvm/trunk/test/ExecutionEngine/simpletest.ll Tue May 20 17:07:21 2008
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s -f -o %t.bc
+; RUN: llvm-as %s -f -o %t.bc
; RUN: lli %t.bc > /dev/null
define i32 @bar() {
Modified: llvm/trunk/test/ExecutionEngine/test-branch.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/ExecutionEngine/test-branch.ll?rev=51357&r1=51356&r2=51357&view=diff
==============================================================================
--- llvm/trunk/test/ExecutionEngine/test-branch.ll (original)
+++ llvm/trunk/test/ExecutionEngine/test-branch.ll Tue May 20 17:07:21 2008
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s -f -o %t.bc
+; RUN: llvm-as %s -f -o %t.bc
; RUN: lli %t.bc > /dev/null
; test unconditional branch
Modified: llvm/trunk/test/ExecutionEngine/test-call.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/ExecutionEngine/test-call.ll?rev=51357&r1=51356&r2=51357&view=diff
==============================================================================
--- llvm/trunk/test/ExecutionEngine/test-call.ll (original)
+++ llvm/trunk/test/ExecutionEngine/test-call.ll Tue May 20 17:07:21 2008
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s -f -o %t.bc
+; RUN: llvm-as %s -f -o %t.bc
; RUN: lli %t.bc > /dev/null
declare void @exit(i32)
Modified: llvm/trunk/test/ExecutionEngine/test-cast.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/ExecutionEngine/test-cast.ll?rev=51357&r1=51356&r2=51357&view=diff
==============================================================================
--- llvm/trunk/test/ExecutionEngine/test-cast.ll (original)
+++ llvm/trunk/test/ExecutionEngine/test-cast.ll Tue May 20 17:07:21 2008
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s -f -o %t.bc
+; RUN: llvm-as %s -f -o %t.bc
; RUN: lli %t.bc > /dev/null
define i32 @foo() {
Modified: llvm/trunk/test/ExecutionEngine/test-constantexpr.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/ExecutionEngine/test-constantexpr.ll?rev=51357&r1=51356&r2=51357&view=diff
==============================================================================
--- llvm/trunk/test/ExecutionEngine/test-constantexpr.ll (original)
+++ llvm/trunk/test/ExecutionEngine/test-constantexpr.ll Tue May 20 17:07:21 2008
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s -f -o %t.bc
+; RUN: llvm-as %s -f -o %t.bc
; RUN: lli %t.bc > /dev/null
; This tests to make sure that we can evaluate weird constant expressions
Modified: llvm/trunk/test/ExecutionEngine/test-fp.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/ExecutionEngine/test-fp.ll?rev=51357&r1=51356&r2=51357&view=diff
==============================================================================
--- llvm/trunk/test/ExecutionEngine/test-fp.ll (original)
+++ llvm/trunk/test/ExecutionEngine/test-fp.ll Tue May 20 17:07:21 2008
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s -f -o %t.bc
+; RUN: llvm-as %s -f -o %t.bc
; RUN: lli %t.bc > /dev/null
define double @test(double* %DP, double %Arg) {
Modified: llvm/trunk/test/ExecutionEngine/test-loadstore.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/ExecutionEngine/test-loadstore.ll?rev=51357&r1=51356&r2=51357&view=diff
==============================================================================
--- llvm/trunk/test/ExecutionEngine/test-loadstore.ll (original)
+++ llvm/trunk/test/ExecutionEngine/test-loadstore.ll Tue May 20 17:07:21 2008
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s -f -o %t.bc
+; RUN: llvm-as %s -f -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) {
Modified: llvm/trunk/test/ExecutionEngine/test-logical.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/ExecutionEngine/test-logical.ll?rev=51357&r1=51356&r2=51357&view=diff
==============================================================================
--- llvm/trunk/test/ExecutionEngine/test-logical.ll (original)
+++ llvm/trunk/test/ExecutionEngine/test-logical.ll Tue May 20 17:07:21 2008
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s -f -o %t.bc
+; RUN: llvm-as %s -f -o %t.bc
; RUN: lli %t.bc > /dev/null
define i32 @main() {
Modified: llvm/trunk/test/ExecutionEngine/test-loop.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/ExecutionEngine/test-loop.ll?rev=51357&r1=51356&r2=51357&view=diff
==============================================================================
--- llvm/trunk/test/ExecutionEngine/test-loop.ll (original)
+++ llvm/trunk/test/ExecutionEngine/test-loop.ll Tue May 20 17:07:21 2008
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s -f -o %t.bc
+; RUN: llvm-as %s -f -o %t.bc
; RUN: lli %t.bc > /dev/null
define i32 @main() {
Modified: llvm/trunk/test/ExecutionEngine/test-malloc.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/ExecutionEngine/test-malloc.ll?rev=51357&r1=51356&r2=51357&view=diff
==============================================================================
--- llvm/trunk/test/ExecutionEngine/test-malloc.ll (original)
+++ llvm/trunk/test/ExecutionEngine/test-malloc.ll Tue May 20 17:07:21 2008
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s -f -o %t.bc
+; RUN: llvm-as %s -f -o %t.bc
; RUN: lli %t.bc > /dev/null
define i32 @main() {
Modified: llvm/trunk/test/ExecutionEngine/test-phi.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/ExecutionEngine/test-phi.ll?rev=51357&r1=51356&r2=51357&view=diff
==============================================================================
--- llvm/trunk/test/ExecutionEngine/test-phi.ll (original)
+++ llvm/trunk/test/ExecutionEngine/test-phi.ll Tue May 20 17:07:21 2008
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s -f -o %t.bc
+; RUN: llvm-as %s -f -o %t.bc
; RUN: lli %t.bc > /dev/null
; test phi node
Modified: llvm/trunk/test/ExecutionEngine/test-ret.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/ExecutionEngine/test-ret.ll?rev=51357&r1=51356&r2=51357&view=diff
==============================================================================
--- llvm/trunk/test/ExecutionEngine/test-ret.ll (original)
+++ llvm/trunk/test/ExecutionEngine/test-ret.ll Tue May 20 17:07:21 2008
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s -f -o %t.bc
+; RUN: llvm-as %s -f -o %t.bc
; RUN: lli %t.bc > /dev/null
; test return instructions
Modified: llvm/trunk/test/ExecutionEngine/test-setcond-fp.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/ExecutionEngine/test-setcond-fp.ll?rev=51357&r1=51356&r2=51357&view=diff
==============================================================================
--- llvm/trunk/test/ExecutionEngine/test-setcond-fp.ll (original)
+++ llvm/trunk/test/ExecutionEngine/test-setcond-fp.ll Tue May 20 17:07:21 2008
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s -f -o %t.bc
+; RUN: llvm-as %s -f -o %t.bc
; RUN: lli %t.bc > /dev/null
Modified: llvm/trunk/test/ExecutionEngine/test-setcond-int.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/ExecutionEngine/test-setcond-int.ll?rev=51357&r1=51356&r2=51357&view=diff
==============================================================================
--- llvm/trunk/test/ExecutionEngine/test-setcond-int.ll (original)
+++ llvm/trunk/test/ExecutionEngine/test-setcond-int.ll Tue May 20 17:07:21 2008
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s -f -o %t.bc
+; RUN: llvm-as %s -f -o %t.bc
; RUN: lli %t.bc > /dev/null
define i32 @main() {
Modified: llvm/trunk/test/ExecutionEngine/test-shift.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/ExecutionEngine/test-shift.ll?rev=51357&r1=51356&r2=51357&view=diff
==============================================================================
--- llvm/trunk/test/ExecutionEngine/test-shift.ll (original)
+++ llvm/trunk/test/ExecutionEngine/test-shift.ll Tue May 20 17:07:21 2008
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s -f -o %t.bc
+; RUN: llvm-as %s -f -o %t.bc
; RUN: lli %t.bc > /dev/null
define i32 @main() {
Modified: llvm/trunk/test/Feature/globalredefinition3.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Feature/globalredefinition3.ll?rev=51357&r1=51356&r2=51357&view=diff
==============================================================================
--- llvm/trunk/test/Feature/globalredefinition3.ll (original)
+++ llvm/trunk/test/Feature/globalredefinition3.ll Tue May 20 17:07:21 2008
@@ -1,4 +1,4 @@
-; RUN: not llvm-as < %s -o /dev/null -f |& grep \
+; RUN: not llvm-as %s -o /dev/null -f |& grep \
; RUN: "Redefinition of global variable named 'B'"
; END.
Modified: llvm/trunk/test/Linker/2003-01-30-LinkerRename.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Linker/2003-01-30-LinkerRename.ll?rev=51357&r1=51356&r2=51357&view=diff
==============================================================================
--- llvm/trunk/test/Linker/2003-01-30-LinkerRename.ll (original)
+++ llvm/trunk/test/Linker/2003-01-30-LinkerRename.ll Tue May 20 17:07:21 2008
@@ -2,7 +2,7 @@
; one...
; RUN: echo {define internal i32 @foo() \{ ret i32 7 \} } | llvm-as > %t.1.bc
-; RUN: llvm-as < %s -o %t.2.bc -f
+; RUN: llvm-as %s -o %t.2.bc -f
; RUN: llvm-link %t.1.bc %t.2.bc | llvm-dis | grep @foo() | grep -v internal
define i32 @foo() { ret i32 0 }
Modified: llvm/trunk/test/Linker/2003-04-21-Linkage.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Linker/2003-04-21-Linkage.ll?rev=51357&r1=51356&r2=51357&view=diff
==============================================================================
--- llvm/trunk/test/Linker/2003-04-21-Linkage.ll (original)
+++ llvm/trunk/test/Linker/2003-04-21-Linkage.ll Tue May 20 17:07:21 2008
@@ -1,6 +1,6 @@
; RUN: echo {@X = linkonce global i32 5 \
; RUN: define linkonce i32 @foo() \{ ret i32 7 \} } | llvm-as > %t.1.bc
-; RUN: llvm-as < %s -o %t.2.bc -f
+; RUN: llvm-as %s -o %t.2.bc -f
; RUN: llvm-link %t.1.bc %t.2.bc
@X = external global i32
Modified: llvm/trunk/test/Linker/2003-04-23-LinkOnceLost.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Linker/2003-04-23-LinkOnceLost.ll?rev=51357&r1=51356&r2=51357&view=diff
==============================================================================
--- llvm/trunk/test/Linker/2003-04-23-LinkOnceLost.ll (original)
+++ llvm/trunk/test/Linker/2003-04-23-LinkOnceLost.ll Tue May 20 17:07:21 2008
@@ -3,7 +3,7 @@
; RUN: echo { define linkonce void @foo() \{ ret void \} } | \
; RUN: llvm-as -o %t.2.bc -f
-; RUN: llvm-as < %s -o %t.1.bc -f
+; RUN: llvm-as %s -o %t.1.bc -f
; RUN: llvm-link %t.1.bc %t.2.bc | llvm-dis | grep foo | grep linkonce
declare void @foo()
Modified: llvm/trunk/test/Linker/2003-04-26-NullPtrLinkProblem.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Linker/2003-04-26-NullPtrLinkProblem.ll?rev=51357&r1=51356&r2=51357&view=diff
==============================================================================
--- llvm/trunk/test/Linker/2003-04-26-NullPtrLinkProblem.ll (original)
+++ llvm/trunk/test/Linker/2003-04-26-NullPtrLinkProblem.ll Tue May 20 17:07:21 2008
@@ -2,7 +2,7 @@
; the same type to be created!
; RUN: echo {%T = type i32} | llvm-as > %t.2.bc
-; RUN: llvm-as < %s -f > %t.1.bc
+; RUN: llvm-as %s -f -o %t.1.bc
; RUN: llvm-link %t.1.bc %t.2.bc
%T = type opaque
Modified: llvm/trunk/test/Linker/2004-05-07-TypeResolution1.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Linker/2004-05-07-TypeResolution1.ll?rev=51357&r1=51356&r2=51357&view=diff
==============================================================================
--- llvm/trunk/test/Linker/2004-05-07-TypeResolution1.ll (original)
+++ llvm/trunk/test/Linker/2004-05-07-TypeResolution1.ll Tue May 20 17:07:21 2008
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s -f -o %t1.bc
+; RUN: llvm-as %s -f -o %t1.bc
; RUN: llvm-as < %p/2004-05-07-TypeResolution2.ll -o %t2.bc -f
; RUN: llvm-link -f -o %t3.bc %t1.bc %t2.bc
Modified: llvm/trunk/test/Linker/2006-01-19-ConstantPacked.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Linker/2006-01-19-ConstantPacked.ll?rev=51357&r1=51356&r2=51357&view=diff
==============================================================================
--- llvm/trunk/test/Linker/2006-01-19-ConstantPacked.ll (original)
+++ llvm/trunk/test/Linker/2006-01-19-ConstantPacked.ll Tue May 20 17:07:21 2008
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s -f -o %t1.bc
+; RUN: llvm-as %s -f -o %t1.bc
; RUN: llvm-link -f -o %t2.bc %t1.bc
target datalayout = "E-p:32:32"
Modified: llvm/trunk/test/Transforms/Inline/2007-12-19-InlineNoUnwind.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/Inline/2007-12-19-InlineNoUnwind.ll?rev=51357&r1=51356&r2=51357&view=diff
==============================================================================
--- llvm/trunk/test/Transforms/Inline/2007-12-19-InlineNoUnwind.ll (original)
+++ llvm/trunk/test/Transforms/Inline/2007-12-19-InlineNoUnwind.ll Tue May 20 17:07:21 2008
@@ -1,5 +1,5 @@
-; RUN: llvm-as < %s -o - | opt -inline | llvm-dis | grep nounwind
-; RUN: llvm-as < %s -o - | opt -inline | llvm-dis | grep unreachable
+; RUN: llvm-as %s -o - | opt -inline | llvm-dis | grep nounwind
+; RUN: llvm-as %s -o - | opt -inline | llvm-dis | grep unreachable
declare i1 @extern()
Modified: llvm/trunk/test/Transforms/InstCombine/2004-11-27-SetCCForCastLargerAndConstant.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/InstCombine/2004-11-27-SetCCForCastLargerAndConstant.ll?rev=51357&r1=51356&r2=51357&view=diff
==============================================================================
--- llvm/trunk/test/Transforms/InstCombine/2004-11-27-SetCCForCastLargerAndConstant.ll (original)
+++ llvm/trunk/test/Transforms/InstCombine/2004-11-27-SetCCForCastLargerAndConstant.ll Tue May 20 17:07:21 2008
@@ -9,7 +9,7 @@
; be eliminated. In many cases the setCC is also eliminated based on the
; constant value and the range of the casted value.
;
-; RUN: llvm-as < %s -o - | opt -instcombine | llvm-dis | \
+; RUN: llvm-as %s -o - | opt -instcombine | llvm-dis | \
; RUN: notcast .*int
; END.
define i1 @lt_signed_to_large_unsigned(i8 %SB) {
Modified: llvm/trunk/test/Transforms/InstCombine/2006-10-19-SignedToUnsignedCastAndConst-2.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/InstCombine/2006-10-19-SignedToUnsignedCastAndConst-2.ll?rev=51357&r1=51356&r2=51357&view=diff
==============================================================================
--- llvm/trunk/test/Transforms/InstCombine/2006-10-19-SignedToUnsignedCastAndConst-2.ll (original)
+++ llvm/trunk/test/Transforms/InstCombine/2006-10-19-SignedToUnsignedCastAndConst-2.ll Tue May 20 17:07:21 2008
@@ -1,5 +1,5 @@
; The optimizer should be able to remove cast operation here.
-; RUN: llvm-as < %s -o - | opt -instcombine | llvm-dis | \
+; RUN: llvm-as %s -o - | opt -instcombine | llvm-dis | \
; RUN: not grep sext.*i32
define i1 @eq_signed_to_small_unsigned(i8 %SB) {
Modified: llvm/trunk/test/Verifier/2008-01-11-VarargAttrs.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Verifier/2008-01-11-VarargAttrs.ll?rev=51357&r1=51356&r2=51357&view=diff
==============================================================================
--- llvm/trunk/test/Verifier/2008-01-11-VarargAttrs.ll (original)
+++ llvm/trunk/test/Verifier/2008-01-11-VarargAttrs.ll Tue May 20 17:07:21 2008
@@ -1,4 +1,4 @@
-; RUN: not llvm-as < %s -o /dev/null
+; RUN: not llvm-as %s -o /dev/null
%struct = type { }
Modified: llvm/trunk/test/Verifier/byval-1.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Verifier/byval-1.ll?rev=51357&r1=51356&r2=51357&view=diff
==============================================================================
--- llvm/trunk/test/Verifier/byval-1.ll (original)
+++ llvm/trunk/test/Verifier/byval-1.ll Tue May 20 17:07:21 2008
@@ -1,2 +1,2 @@
-; RUN: not llvm-as < %s -o /dev/null -f
+; RUN: not llvm-as %s -o /dev/null -f
declare void @h(i32 byval %num)
Modified: llvm/trunk/test/Verifier/byval-2.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Verifier/byval-2.ll?rev=51357&r1=51356&r2=51357&view=diff
==============================================================================
--- llvm/trunk/test/Verifier/byval-2.ll (original)
+++ llvm/trunk/test/Verifier/byval-2.ll Tue May 20 17:07:21 2008
@@ -1,3 +1,3 @@
-; RUN: llvm-as < %s -o /dev/null -f
+; RUN: llvm-as %s -o /dev/null -f
%s = type opaque
declare void @h(%s* byval %num)
Modified: llvm/trunk/test/Verifier/byval-4.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Verifier/byval-4.ll?rev=51357&r1=51356&r2=51357&view=diff
==============================================================================
--- llvm/trunk/test/Verifier/byval-4.ll (original)
+++ llvm/trunk/test/Verifier/byval-4.ll Tue May 20 17:07:21 2008
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s -o /dev/null -f
+; RUN: llvm-as %s -o /dev/null -f
%struct.foo = type { i64 }
declare void @h(%struct.foo* byval %num)
Modified: llvm/trunk/test/Verifier/invoke-2.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Verifier/invoke-2.ll?rev=51357&r1=51356&r2=51357&view=diff
==============================================================================
--- llvm/trunk/test/Verifier/invoke-2.ll (original)
+++ llvm/trunk/test/Verifier/invoke-2.ll Tue May 20 17:07:21 2008
@@ -1,4 +1,4 @@
-; RUN: not llvm-as < %s -f |& grep {not verify as correct}
+; RUN: not llvm-as %s -f |& grep {not verify as correct}
; PR1042
define i32 @foo() {
More information about the llvm-commits
mailing list