[llvm-commits] CVS: llvm/test/Regression/CodeGen/CBackend/2002-05-16-NameCollide.ll 2002-05-21-MissingReturn.ll 2002-08-19-ConstPointerRef.ll 2002-08-19-ConstantExpr.ll 2002-08-19-DataPointer.ll 2002-08-19-FunctionPointer.ll 2002-08-19-HardConstantExpr.ll 2002-08-20-RecursiveTypes.ll 2002-08-20-UnnamedArgument.ll 2002-08-26-IndirectCallTest.ll 2002-08-30-StructureOrderingTest.ll 2002-09-20-ArrayTypeFailure.ll 2002-09-20-VarArgPrototypes.ll 2002-10-15-OpaqueTypeProblem.ll 2002-10-16-External.ll 2002-10-30-FunctionPointerAlloca.ll 2002-11-06-PrintEscaped.ll 2003-05-12-IntegerSizeWarning.ll 2003-05-13-VarArgFunction.ll 2003-05-31-MissingStructName.ll 2003-06-01-NullPointerType.ll 2003-06-11-HexConstant.ll 2003-06-11-LiteralStringProblem.ll 2003-06-28-InvokeSupport.ll 2003-10-12-NANGlobalInits.ll 2003-10-23-UnusedType.ll 2003-10-23-ZeroArgVarargs.ll 2003-10-28-CastToPtrToStruct.ll 2003-11-21-ConstantShiftExpr.ll 2004-08-09-va-end-null.ll

Tanya Brethour tbrethou at cs.uiuc.edu
Sat Nov 6 13:40:37 PST 2004



Changes in directory llvm/test/Regression/CodeGen/CBackend:

2002-05-16-NameCollide.ll updated: 1.1 -> 1.2
2002-05-21-MissingReturn.ll updated: 1.1 -> 1.2
2002-08-19-ConstPointerRef.ll updated: 1.1 -> 1.2
2002-08-19-ConstantExpr.ll updated: 1.2 -> 1.3
2002-08-19-DataPointer.ll updated: 1.1 -> 1.2
2002-08-19-FunctionPointer.ll updated: 1.1 -> 1.2
2002-08-19-HardConstantExpr.ll updated: 1.2 -> 1.3
2002-08-20-RecursiveTypes.ll updated: 1.1 -> 1.2
2002-08-20-UnnamedArgument.ll updated: 1.1 -> 1.2
2002-08-26-IndirectCallTest.ll updated: 1.2 -> 1.3
2002-08-30-StructureOrderingTest.ll updated: 1.1 -> 1.2
2002-09-20-ArrayTypeFailure.ll updated: 1.1 -> 1.2
2002-09-20-VarArgPrototypes.ll updated: 1.1 -> 1.2
2002-10-15-OpaqueTypeProblem.ll updated: 1.2 -> 1.3
2002-10-16-External.ll updated: 1.1 -> 1.2
2002-10-30-FunctionPointerAlloca.ll updated: 1.1 -> 1.2
2002-11-06-PrintEscaped.ll updated: 1.1 -> 1.2
2003-05-12-IntegerSizeWarning.ll updated: 1.1 -> 1.2
2003-05-13-VarArgFunction.ll updated: 1.1 -> 1.2
2003-05-31-MissingStructName.ll updated: 1.1 -> 1.2
2003-06-01-NullPointerType.ll updated: 1.1 -> 1.2
2003-06-11-HexConstant.ll updated: 1.1 -> 1.2
2003-06-11-LiteralStringProblem.ll updated: 1.1 -> 1.2
2003-06-28-InvokeSupport.ll updated: 1.1 -> 1.2
2003-10-12-NANGlobalInits.ll updated: 1.2 -> 1.3
2003-10-23-UnusedType.ll updated: 1.2 -> 1.3
2003-10-23-ZeroArgVarargs.ll updated: 1.1 -> 1.2
2003-10-28-CastToPtrToStruct.ll updated: 1.1 -> 1.2
2003-11-21-ConstantShiftExpr.ll updated: 1.2 -> 1.3
2004-08-09-va-end-null.ll updated: 1.1 -> 1.2
---
Log message:

Adding RUN lines.


---
Diffs of the changes:  (+60 -0)

Index: llvm/test/Regression/CodeGen/CBackend/2002-05-16-NameCollide.ll
diff -u llvm/test/Regression/CodeGen/CBackend/2002-05-16-NameCollide.ll:1.1 llvm/test/Regression/CodeGen/CBackend/2002-05-16-NameCollide.ll:1.2
--- llvm/test/Regression/CodeGen/CBackend/2002-05-16-NameCollide.ll:1.1	Thu May 16 23:53:51 2002
+++ llvm/test/Regression/CodeGen/CBackend/2002-05-16-NameCollide.ll	Sat Nov  6 15:40:26 2004
@@ -1,3 +1,5 @@
+; RUN: llvm-as < %s | llc -march=c
+
 ; Make sure that global variables do not collide if they have the same name,
 ; but different types.
 


Index: llvm/test/Regression/CodeGen/CBackend/2002-05-21-MissingReturn.ll
diff -u llvm/test/Regression/CodeGen/CBackend/2002-05-21-MissingReturn.ll:1.1 llvm/test/Regression/CodeGen/CBackend/2002-05-21-MissingReturn.ll:1.2
--- llvm/test/Regression/CodeGen/CBackend/2002-05-21-MissingReturn.ll:1.1	Tue May 21 13:04:58 2002
+++ llvm/test/Regression/CodeGen/CBackend/2002-05-21-MissingReturn.ll	Sat Nov  6 15:40:26 2004
@@ -1,3 +1,5 @@
+; RUN: llvm-as < %s | llc -march=c
+
 ; This case was emitting code that looked like this:
 ; ...
 ;   llvm_BB1:       /* no statement here */


Index: llvm/test/Regression/CodeGen/CBackend/2002-08-19-ConstPointerRef.ll
diff -u llvm/test/Regression/CodeGen/CBackend/2002-08-19-ConstPointerRef.ll:1.1 llvm/test/Regression/CodeGen/CBackend/2002-08-19-ConstPointerRef.ll:1.2
--- llvm/test/Regression/CodeGen/CBackend/2002-08-19-ConstPointerRef.ll:1.1	Mon Aug 19 18:09:29 2002
+++ llvm/test/Regression/CodeGen/CBackend/2002-08-19-ConstPointerRef.ll	Sat Nov  6 15:40:26 2004
@@ -1,3 +1,5 @@
+; RUN: llvm-as < %s | llc -march=c
+
 ; Test const pointer refs & forward references
 
 %t3 = global int * %t1           ;; Forward reference


Index: llvm/test/Regression/CodeGen/CBackend/2002-08-19-ConstantExpr.ll
diff -u llvm/test/Regression/CodeGen/CBackend/2002-08-19-ConstantExpr.ll:1.2 llvm/test/Regression/CodeGen/CBackend/2002-08-19-ConstantExpr.ll:1.3
--- llvm/test/Regression/CodeGen/CBackend/2002-08-19-ConstantExpr.ll:1.2	Fri May  2 22:08:54 2003
+++ llvm/test/Regression/CodeGen/CBackend/2002-08-19-ConstantExpr.ll	Sat Nov  6 15:40:26 2004
@@ -1,3 +1,5 @@
+; RUN: llvm-as < %s | llc -march=c
+
 global int* cast (float* %0 to int*)   ;; Forward numeric reference
 global float* %0                       ;; Duplicate forward numeric reference
 global float 0.0


Index: llvm/test/Regression/CodeGen/CBackend/2002-08-19-DataPointer.ll
diff -u llvm/test/Regression/CodeGen/CBackend/2002-08-19-DataPointer.ll:1.1 llvm/test/Regression/CodeGen/CBackend/2002-08-19-DataPointer.ll:1.2
--- llvm/test/Regression/CodeGen/CBackend/2002-08-19-DataPointer.ll:1.1	Mon Aug 19 18:09:29 2002
+++ llvm/test/Regression/CodeGen/CBackend/2002-08-19-DataPointer.ll	Sat Nov  6 15:40:26 2004
@@ -1,3 +1,5 @@
+; RUN: llvm-as < %s | llc -march=c
+
 %sptr1   = global [11x sbyte]* %somestr         ;; Forward ref to a constant
 %somestr = constant [11x sbyte] c"hello world"
 


Index: llvm/test/Regression/CodeGen/CBackend/2002-08-19-FunctionPointer.ll
diff -u llvm/test/Regression/CodeGen/CBackend/2002-08-19-FunctionPointer.ll:1.1 llvm/test/Regression/CodeGen/CBackend/2002-08-19-FunctionPointer.ll:1.2
--- llvm/test/Regression/CodeGen/CBackend/2002-08-19-FunctionPointer.ll:1.1	Mon Aug 19 18:09:30 2002
+++ llvm/test/Regression/CodeGen/CBackend/2002-08-19-FunctionPointer.ll	Sat Nov  6 15:40:26 2004
@@ -1,3 +1,5 @@
+; RUN: llvm-as < %s | llc -march=c
+
 %fptr = global void() * %f       ;; Forward ref method defn
 declare void "f"()               ;; External method
 


Index: llvm/test/Regression/CodeGen/CBackend/2002-08-19-HardConstantExpr.ll
diff -u llvm/test/Regression/CodeGen/CBackend/2002-08-19-HardConstantExpr.ll:1.2 llvm/test/Regression/CodeGen/CBackend/2002-08-19-HardConstantExpr.ll:1.3
--- llvm/test/Regression/CodeGen/CBackend/2002-08-19-HardConstantExpr.ll:1.2	Fri May  2 22:08:54 2003
+++ llvm/test/Regression/CodeGen/CBackend/2002-08-19-HardConstantExpr.ll	Sat Nov  6 15:40:26 2004
@@ -1,3 +1,5 @@
+; RUN: llvm-as < %s | llc -march=c
+
 %array = constant [2 x int] [ int 12, int 52 ]          ; <[2 x int]*> [#uses=1]
 %arrayPtr = global int* getelementptr ([2 x int]* %array, long 0, long 0)               ; <int**> [#uses=1]
 


Index: llvm/test/Regression/CodeGen/CBackend/2002-08-20-RecursiveTypes.ll
diff -u llvm/test/Regression/CodeGen/CBackend/2002-08-20-RecursiveTypes.ll:1.1 llvm/test/Regression/CodeGen/CBackend/2002-08-20-RecursiveTypes.ll:1.2
--- llvm/test/Regression/CodeGen/CBackend/2002-08-20-RecursiveTypes.ll:1.1	Tue Aug 20 10:49:52 2002
+++ llvm/test/Regression/CodeGen/CBackend/2002-08-20-RecursiveTypes.ll	Sat Nov  6 15:40:26 2004
@@ -1,2 +1,4 @@
+; RUN: llvm-as < %s | llc -march=c
+
 %MyIntList = uninitialized global { \2 *, int }
 


Index: llvm/test/Regression/CodeGen/CBackend/2002-08-20-UnnamedArgument.ll
diff -u llvm/test/Regression/CodeGen/CBackend/2002-08-20-UnnamedArgument.ll:1.1 llvm/test/Regression/CodeGen/CBackend/2002-08-20-UnnamedArgument.ll:1.2
--- llvm/test/Regression/CodeGen/CBackend/2002-08-20-UnnamedArgument.ll:1.1	Tue Aug 20 11:01:23 2002
+++ llvm/test/Regression/CodeGen/CBackend/2002-08-20-UnnamedArgument.ll	Sat Nov  6 15:40:26 2004
@@ -1,3 +1,5 @@
+; RUN: llvm-as < %s | llc -march=c
+
 ; The C Writer bombs on this testcase because it tries the print the prototype
 ; for the test function, which tries to print the argument name.  The function
 ; has not been incorporated into the slot calculator, so after it does the name


Index: llvm/test/Regression/CodeGen/CBackend/2002-08-26-IndirectCallTest.ll
diff -u llvm/test/Regression/CodeGen/CBackend/2002-08-26-IndirectCallTest.ll:1.2 llvm/test/Regression/CodeGen/CBackend/2002-08-26-IndirectCallTest.ll:1.3
--- llvm/test/Regression/CodeGen/CBackend/2002-08-26-IndirectCallTest.ll:1.2	Thu Oct 23 11:01:02 2003
+++ llvm/test/Regression/CodeGen/CBackend/2002-08-26-IndirectCallTest.ll	Sat Nov  6 15:40:26 2004
@@ -1,3 +1,5 @@
+; RUN: llvm-as < %s | llc -march=c
+
 ; Indirect function call test... found by Joel & Brian
 ;
 


Index: llvm/test/Regression/CodeGen/CBackend/2002-08-30-StructureOrderingTest.ll
diff -u llvm/test/Regression/CodeGen/CBackend/2002-08-30-StructureOrderingTest.ll:1.1 llvm/test/Regression/CodeGen/CBackend/2002-08-30-StructureOrderingTest.ll:1.2
--- llvm/test/Regression/CodeGen/CBackend/2002-08-30-StructureOrderingTest.ll:1.1	Fri Aug 30 19:24:54 2002
+++ llvm/test/Regression/CodeGen/CBackend/2002-08-30-StructureOrderingTest.ll	Sat Nov  6 15:40:26 2004
@@ -1,3 +1,5 @@
+; RUN: llvm-as < %s | llc -march=c
+
 ; This testcase fails because the C backend does not arrange to output the 
 ; contents of a structure type before it outputs the structure type itself.
 


Index: llvm/test/Regression/CodeGen/CBackend/2002-09-20-ArrayTypeFailure.ll
diff -u llvm/test/Regression/CodeGen/CBackend/2002-09-20-ArrayTypeFailure.ll:1.1 llvm/test/Regression/CodeGen/CBackend/2002-09-20-ArrayTypeFailure.ll:1.2
--- llvm/test/Regression/CodeGen/CBackend/2002-09-20-ArrayTypeFailure.ll:1.1	Fri Sep 20 16:44:32 2002
+++ llvm/test/Regression/CodeGen/CBackend/2002-09-20-ArrayTypeFailure.ll	Sat Nov  6 15:40:26 2004
@@ -1,3 +1,5 @@
+; RUN: llvm-as < %s | llc -march=c
+
 
 
 implementation


Index: llvm/test/Regression/CodeGen/CBackend/2002-09-20-VarArgPrototypes.ll
diff -u llvm/test/Regression/CodeGen/CBackend/2002-09-20-VarArgPrototypes.ll:1.1 llvm/test/Regression/CodeGen/CBackend/2002-09-20-VarArgPrototypes.ll:1.2
--- llvm/test/Regression/CodeGen/CBackend/2002-09-20-VarArgPrototypes.ll:1.1	Fri Sep 20 17:28:03 2002
+++ llvm/test/Regression/CodeGen/CBackend/2002-09-20-VarArgPrototypes.ll	Sat Nov  6 15:40:26 2004
@@ -1,3 +1,5 @@
+; RUN: llvm-as < %s | llc -march=c
+
 
 declare void %foo(...)
 


Index: llvm/test/Regression/CodeGen/CBackend/2002-10-15-OpaqueTypeProblem.ll
diff -u llvm/test/Regression/CodeGen/CBackend/2002-10-15-OpaqueTypeProblem.ll:1.2 llvm/test/Regression/CodeGen/CBackend/2002-10-15-OpaqueTypeProblem.ll:1.3
--- llvm/test/Regression/CodeGen/CBackend/2002-10-15-OpaqueTypeProblem.ll:1.2	Sat Apr 26 12:44:17 2003
+++ llvm/test/Regression/CodeGen/CBackend/2002-10-15-OpaqueTypeProblem.ll	Sat Nov  6 15:40:26 2004
@@ -1,3 +1,5 @@
+; RUN: llvm-as < %s | llc -march=c
+
 	%MPI_Comm = type %struct.Comm*
 	%struct.Comm = type opaque
 %thing = global %MPI_Comm* null		; <%MPI_Comm**> [#uses=0]


Index: llvm/test/Regression/CodeGen/CBackend/2002-10-16-External.ll
diff -u llvm/test/Regression/CodeGen/CBackend/2002-10-16-External.ll:1.1 llvm/test/Regression/CodeGen/CBackend/2002-10-16-External.ll:1.2
--- llvm/test/Regression/CodeGen/CBackend/2002-10-16-External.ll:1.1	Wed Oct 16 15:08:19 2002
+++ llvm/test/Regression/CodeGen/CBackend/2002-10-16-External.ll	Sat Nov  6 15:40:26 2004
@@ -1,2 +1,4 @@
+; RUN: llvm-as < %s | llc -march=c
+
 %bob = external global int              ; <int*> [#uses=2]
 


Index: llvm/test/Regression/CodeGen/CBackend/2002-10-30-FunctionPointerAlloca.ll
diff -u llvm/test/Regression/CodeGen/CBackend/2002-10-30-FunctionPointerAlloca.ll:1.1 llvm/test/Regression/CodeGen/CBackend/2002-10-30-FunctionPointerAlloca.ll:1.2
--- llvm/test/Regression/CodeGen/CBackend/2002-10-30-FunctionPointerAlloca.ll:1.1	Thu Oct 31 12:23:09 2002
+++ llvm/test/Regression/CodeGen/CBackend/2002-10-30-FunctionPointerAlloca.ll	Sat Nov  6 15:40:26 2004
@@ -1,3 +1,5 @@
+; RUN: llvm-as < %s | llc -march=c
+
 
 	%BitField = type int
         %tokenptr = type %BitField*


Index: llvm/test/Regression/CodeGen/CBackend/2002-11-06-PrintEscaped.ll
diff -u llvm/test/Regression/CodeGen/CBackend/2002-11-06-PrintEscaped.ll:1.1 llvm/test/Regression/CodeGen/CBackend/2002-11-06-PrintEscaped.ll:1.2
--- llvm/test/Regression/CodeGen/CBackend/2002-11-06-PrintEscaped.ll:1.1	Wed Nov  6 15:38:39 2002
+++ llvm/test/Regression/CodeGen/CBackend/2002-11-06-PrintEscaped.ll	Sat Nov  6 15:40:26 2004
@@ -1,3 +1,5 @@
+; RUN: llvm-as < %s | llc -march=c
+
 %testString = internal constant [18 x sbyte] c "Escaped newline\n\00"
 
 implementation


Index: llvm/test/Regression/CodeGen/CBackend/2003-05-12-IntegerSizeWarning.ll
diff -u llvm/test/Regression/CodeGen/CBackend/2003-05-12-IntegerSizeWarning.ll:1.1 llvm/test/Regression/CodeGen/CBackend/2003-05-12-IntegerSizeWarning.ll:1.2
--- llvm/test/Regression/CodeGen/CBackend/2003-05-12-IntegerSizeWarning.ll:1.1	Mon May 12 10:34:39 2003
+++ llvm/test/Regression/CodeGen/CBackend/2003-05-12-IntegerSizeWarning.ll	Sat Nov  6 15:40:26 2004
@@ -1,3 +1,5 @@
+; RUN: llvm-as < %s | llc -march=c
+
 ; Apparently this constant was unsigned in ISO C 90, but not in C 99.
 
 int %foo() {


Index: llvm/test/Regression/CodeGen/CBackend/2003-05-13-VarArgFunction.ll
diff -u llvm/test/Regression/CodeGen/CBackend/2003-05-13-VarArgFunction.ll:1.1 llvm/test/Regression/CodeGen/CBackend/2003-05-13-VarArgFunction.ll:1.2
--- llvm/test/Regression/CodeGen/CBackend/2003-05-13-VarArgFunction.ll:1.1	Tue May 13 15:11:21 2003
+++ llvm/test/Regression/CodeGen/CBackend/2003-05-13-VarArgFunction.ll	Sat Nov  6 15:40:26 2004
@@ -1,3 +1,5 @@
+; RUN: llvm-as < %s | llc -march=c
+
 ; This testcase breaks the C backend, because gcc doesn't like (...) functions
 ; with no arguments at all.
 


Index: llvm/test/Regression/CodeGen/CBackend/2003-05-31-MissingStructName.ll
diff -u llvm/test/Regression/CodeGen/CBackend/2003-05-31-MissingStructName.ll:1.1 llvm/test/Regression/CodeGen/CBackend/2003-05-31-MissingStructName.ll:1.2
--- llvm/test/Regression/CodeGen/CBackend/2003-05-31-MissingStructName.ll:1.1	Sat May 31 18:27:10 2003
+++ llvm/test/Regression/CodeGen/CBackend/2003-05-31-MissingStructName.ll	Sat Nov  6 15:40:26 2004
@@ -1,3 +1,5 @@
+; RUN: llvm-as < %s | llc -march=c
+
 ; The C backend was dying when there was no typename for a struct type!
 
 declare int %test(int,{ [32 x int] }*)


Index: llvm/test/Regression/CodeGen/CBackend/2003-06-01-NullPointerType.ll
diff -u llvm/test/Regression/CodeGen/CBackend/2003-06-01-NullPointerType.ll:1.1 llvm/test/Regression/CodeGen/CBackend/2003-06-01-NullPointerType.ll:1.2
--- llvm/test/Regression/CodeGen/CBackend/2003-06-01-NullPointerType.ll:1.1	Sun Jun  1 22:07:54 2003
+++ llvm/test/Regression/CodeGen/CBackend/2003-06-01-NullPointerType.ll	Sat Nov  6 15:40:26 2004
@@ -1,3 +1,5 @@
+; RUN: llvm-as < %s | llc -march=c
+
 
 %X = type { int, float }
 


Index: llvm/test/Regression/CodeGen/CBackend/2003-06-11-HexConstant.ll
diff -u llvm/test/Regression/CodeGen/CBackend/2003-06-11-HexConstant.ll:1.1 llvm/test/Regression/CodeGen/CBackend/2003-06-11-HexConstant.ll:1.2
--- llvm/test/Regression/CodeGen/CBackend/2003-06-11-HexConstant.ll:1.1	Mon Jun 16 07:05:38 2003
+++ llvm/test/Regression/CodeGen/CBackend/2003-06-11-HexConstant.ll	Sat Nov  6 15:40:26 2004
@@ -1,3 +1,5 @@
+; RUN: llvm-as < %s | llc -march=c
+
 ; Make sure hex constant does not continue into a valid hexadecimal letter/number
 %version = global [3 x sbyte] c"\001\00"
 


Index: llvm/test/Regression/CodeGen/CBackend/2003-06-11-LiteralStringProblem.ll
diff -u llvm/test/Regression/CodeGen/CBackend/2003-06-11-LiteralStringProblem.ll:1.1 llvm/test/Regression/CodeGen/CBackend/2003-06-11-LiteralStringProblem.ll:1.2
--- llvm/test/Regression/CodeGen/CBackend/2003-06-11-LiteralStringProblem.ll:1.1	Mon Jun 16 07:05:38 2003
+++ llvm/test/Regression/CodeGen/CBackend/2003-06-11-LiteralStringProblem.ll	Sat Nov  6 15:40:26 2004
@@ -1,3 +1,5 @@
+; RUN: llvm-as < %s | llc -march=c
+
 
 %version = global [3 x sbyte] c"1\00\00"
 


Index: llvm/test/Regression/CodeGen/CBackend/2003-06-28-InvokeSupport.ll
diff -u llvm/test/Regression/CodeGen/CBackend/2003-06-28-InvokeSupport.ll:1.1 llvm/test/Regression/CodeGen/CBackend/2003-06-28-InvokeSupport.ll:1.2
--- llvm/test/Regression/CodeGen/CBackend/2003-06-28-InvokeSupport.ll:1.1	Sat Jun 28 12:52:38 2003
+++ llvm/test/Regression/CodeGen/CBackend/2003-06-28-InvokeSupport.ll	Sat Nov  6 15:40:26 2004
@@ -1,3 +1,5 @@
+; RUN: llvm-as < %s | llc -march=c
+
 
 declare int %callee(int, int)
 


Index: llvm/test/Regression/CodeGen/CBackend/2003-10-12-NANGlobalInits.ll
diff -u llvm/test/Regression/CodeGen/CBackend/2003-10-12-NANGlobalInits.ll:1.2 llvm/test/Regression/CodeGen/CBackend/2003-10-12-NANGlobalInits.ll:1.3
--- llvm/test/Regression/CodeGen/CBackend/2003-10-12-NANGlobalInits.ll:1.2	Wed Aug 25 14:00:42 2004
+++ llvm/test/Regression/CodeGen/CBackend/2003-10-12-NANGlobalInits.ll	Sat Nov  6 15:40:26 2004
@@ -1,3 +1,5 @@
+; RUN: llvm-as < %s | llc -march=c
+
 ; This is a non-normal FP value: it's a nan.
 %NAN = global { float } { float 0x7FF8000000000000 } 
 %NANs = global { float } { float 0x7FF4000000000000 } 


Index: llvm/test/Regression/CodeGen/CBackend/2003-10-23-UnusedType.ll
diff -u llvm/test/Regression/CodeGen/CBackend/2003-10-23-UnusedType.ll:1.2 llvm/test/Regression/CodeGen/CBackend/2003-10-23-UnusedType.ll:1.3
--- llvm/test/Regression/CodeGen/CBackend/2003-10-23-UnusedType.ll:1.2	Wed May 26 12:14:49 2004
+++ llvm/test/Regression/CodeGen/CBackend/2003-10-23-UnusedType.ll	Sat Nov  6 15:40:26 2004
@@ -1,3 +1,5 @@
+; RUN: llvm-as < %s | llc -march=c
+
 
 %A = type { uint, sbyte*, { uint, uint, uint, uint, uint, uint, uint, uint }*, ushort }
 


Index: llvm/test/Regression/CodeGen/CBackend/2003-10-23-ZeroArgVarargs.ll
diff -u llvm/test/Regression/CodeGen/CBackend/2003-10-23-ZeroArgVarargs.ll:1.1 llvm/test/Regression/CodeGen/CBackend/2003-10-23-ZeroArgVarargs.ll:1.2
--- llvm/test/Regression/CodeGen/CBackend/2003-10-23-ZeroArgVarargs.ll:1.1	Thu Oct 23 12:31:33 2003
+++ llvm/test/Regression/CodeGen/CBackend/2003-10-23-ZeroArgVarargs.ll	Sat Nov  6 15:40:26 2004
@@ -1,3 +1,5 @@
+; RUN: llvm-as < %s | llc -march=c
+
 
 declare sbyte* %llvm.va_start()
 declare void %llvm.va_end(sbyte*)


Index: llvm/test/Regression/CodeGen/CBackend/2003-10-28-CastToPtrToStruct.ll
diff -u llvm/test/Regression/CodeGen/CBackend/2003-10-28-CastToPtrToStruct.ll:1.1 llvm/test/Regression/CodeGen/CBackend/2003-10-28-CastToPtrToStruct.ll:1.2
--- llvm/test/Regression/CodeGen/CBackend/2003-10-28-CastToPtrToStruct.ll:1.1	Tue Oct 28 16:54:56 2003
+++ llvm/test/Regression/CodeGen/CBackend/2003-10-28-CastToPtrToStruct.ll	Sat Nov  6 15:40:26 2004
@@ -1,3 +1,5 @@
+; RUN: llvm-as < %s | llc -march=c
+
 ; reduced from DOOM.
 %union._XEvent = type { int }
 %.X_event_9 = global %union._XEvent zeroinitializer


Index: llvm/test/Regression/CodeGen/CBackend/2003-11-21-ConstantShiftExpr.ll
diff -u llvm/test/Regression/CodeGen/CBackend/2003-11-21-ConstantShiftExpr.ll:1.2 llvm/test/Regression/CodeGen/CBackend/2003-11-21-ConstantShiftExpr.ll:1.3
--- llvm/test/Regression/CodeGen/CBackend/2003-11-21-ConstantShiftExpr.ll:1.2	Fri Nov 21 23:01:57 2003
+++ llvm/test/Regression/CodeGen/CBackend/2003-11-21-ConstantShiftExpr.ll	Sat Nov  6 15:40:26 2004
@@ -1,3 +1,5 @@
+; RUN: llvm-as < %s | llc -march=c
+
 %y = weak global sbyte 0
 implementation
 uint %testcaseshr() {


Index: llvm/test/Regression/CodeGen/CBackend/2004-08-09-va-end-null.ll
diff -u llvm/test/Regression/CodeGen/CBackend/2004-08-09-va-end-null.ll:1.1 llvm/test/Regression/CodeGen/CBackend/2004-08-09-va-end-null.ll:1.2
--- llvm/test/Regression/CodeGen/CBackend/2004-08-09-va-end-null.ll:1.1	Mon Aug  9 18:56:17 2004
+++ llvm/test/Regression/CodeGen/CBackend/2004-08-09-va-end-null.ll	Sat Nov  6 15:40:26 2004
@@ -1,3 +1,5 @@
+; RUN: llvm-as < %s | llc -march=c
+
 declare void %llvm.va_end(sbyte*)
 
 void %test() {






More information about the llvm-commits mailing list