[llvm-commits] CVS: llvm/test/Programs/LLVMSource/2003-08-03-ReservedWordFunction.ll 2003-08-03-ReservedWordGlobal.ll

Chris Lattner lattner at cs.uiuc.edu
Sun Aug 24 08:57:01 PDT 2003


Changes in directory llvm/test/Programs/LLVMSource:

2003-08-03-ReservedWordFunction.ll updated: 1.1 -> 1.2
2003-08-03-ReservedWordGlobal.ll updated: 1.1 -> 1.2

---
Log message:

These test cases do not require a particular pointer size or endianness!


---
Diffs of the changes:

Index: llvm/test/Programs/LLVMSource/2003-08-03-ReservedWordFunction.ll
diff -u llvm/test/Programs/LLVMSource/2003-08-03-ReservedWordFunction.ll:1.1 llvm/test/Programs/LLVMSource/2003-08-03-ReservedWordFunction.ll:1.2
--- llvm/test/Programs/LLVMSource/2003-08-03-ReservedWordFunction.ll:1.1	Sun Aug  3 17:43:42 2003
+++ llvm/test/Programs/LLVMSource/2003-08-03-ReservedWordFunction.ll	Sun Aug 24 08:56:14 2003
@@ -1,8 +1,6 @@
 ; This testcase ensures the code emitter does something about the fact that
 ; we can have collisions with keywords
 
-target endian = little
-target pointersize = 32
 
 void %byte() {
   ret void


Index: llvm/test/Programs/LLVMSource/2003-08-03-ReservedWordGlobal.ll
diff -u llvm/test/Programs/LLVMSource/2003-08-03-ReservedWordGlobal.ll:1.1 llvm/test/Programs/LLVMSource/2003-08-03-ReservedWordGlobal.ll:1.2
--- llvm/test/Programs/LLVMSource/2003-08-03-ReservedWordGlobal.ll:1.1	Sun Aug  3 19:11:55 2003
+++ llvm/test/Programs/LLVMSource/2003-08-03-ReservedWordGlobal.ll	Sun Aug 24 08:56:14 2003
@@ -1,5 +1,3 @@
-target endian = little
-target pointersize = 32
 %Sp = linkonce global int 0		; <int*> [#uses=1]
 
 implementation   ; Functions:





More information about the llvm-commits mailing list