aboutsummaryrefslogtreecommitdiff
path: root/LLVMSource
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-08-24 13:56:14 +0000
committerChris Lattner <sabre@nondot.org>2003-08-24 13:56:14 +0000
commit4e37523cc5ff4e20fd2c0ad8945b47094512e575 (patch)
tree57df39f19c599aa69adbe338024860d004670b84 /LLVMSource
parent921405134b7b8630b1ba69d278a3d4a5eee51cd1 (diff)
These test cases do not require a particular pointer size or endianness!
git-svn-id: https://llvm.org/svn/llvm-project/test-suite/trunk@8121 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'LLVMSource')
-rw-r--r--LLVMSource/2003-08-03-ReservedWordFunction.ll2
-rw-r--r--LLVMSource/2003-08-03-ReservedWordGlobal.ll2
2 files changed, 0 insertions, 4 deletions
diff --git a/LLVMSource/2003-08-03-ReservedWordFunction.ll b/LLVMSource/2003-08-03-ReservedWordFunction.ll
index 8fb9d576..b7c77d08 100644
--- a/LLVMSource/2003-08-03-ReservedWordFunction.ll
+++ b/LLVMSource/2003-08-03-ReservedWordFunction.ll
@@ -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
diff --git a/LLVMSource/2003-08-03-ReservedWordGlobal.ll b/LLVMSource/2003-08-03-ReservedWordGlobal.ll
index da2739c0..5338a54b 100644
--- a/LLVMSource/2003-08-03-ReservedWordGlobal.ll
+++ b/LLVMSource/2003-08-03-ReservedWordGlobal.ll
@@ -1,5 +1,3 @@
-target endian = little
-target pointersize = 32
%Sp = linkonce global int 0 ; <int*> [#uses=1]
implementation ; Functions: