aboutsummaryrefslogtreecommitdiff
path: root/LLVMSource
diff options
context:
space:
mode:
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: