summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManman Ren <manman.ren@gmail.com>2013-10-01 20:27:56 +0000
committerManman Ren <manman.ren@gmail.com>2013-10-01 20:27:56 +0000
commit79b887f3e3a0aac193b9aa6f86a92b028d9edcd0 (patch)
tree5ebd1746b57bbdcc86dd6a2752a5c6227544440b
parent512dc5660ad4cb5de3aabe05b9e7fd19a79c0d54 (diff)
downloadbcm5719-llvm-79b887f3e3a0aac193b9aa6f86a92b028d9edcd0.tar.gz
bcm5719-llvm-79b887f3e3a0aac193b9aa6f86a92b028d9edcd0.zip
Remove triple from type unique testing cases.
llvm-svn: 191794
-rw-r--r--llvm/test/Linker/Inputs/type-unique-inheritance-a.ll2
-rw-r--r--llvm/test/Linker/Inputs/type-unique-inheritance-b.ll2
-rw-r--r--llvm/test/Linker/type-unique-simple-b.ll2
3 files changed, 0 insertions, 6 deletions
diff --git a/llvm/test/Linker/Inputs/type-unique-inheritance-a.ll b/llvm/test/Linker/Inputs/type-unique-inheritance-a.ll
index fdfba1e264d..8056242ae92 100644
--- a/llvm/test/Linker/Inputs/type-unique-inheritance-a.ll
+++ b/llvm/test/Linker/Inputs/type-unique-inheritance-a.ll
@@ -42,8 +42,6 @@
; return 0;
; }
; ModuleID = 'foo.cpp'
-target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64-S128"
-target triple = "x86_64-apple-macosx10.8.0"
%class.A = type { %class.Base, i32 }
%class.Base = type { i32 }
diff --git a/llvm/test/Linker/Inputs/type-unique-inheritance-b.ll b/llvm/test/Linker/Inputs/type-unique-inheritance-b.ll
index 7db606649b9..049801243ac 100644
--- a/llvm/test/Linker/Inputs/type-unique-inheritance-b.ll
+++ b/llvm/test/Linker/Inputs/type-unique-inheritance-b.ll
@@ -1,6 +1,4 @@
; ModuleID = 'bar.cpp'
-target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64-S128"
-target triple = "x86_64-apple-macosx10.8.0"
%class.B = type { i32, %class.A* }
%class.A = type { %class.Base, i32 }
diff --git a/llvm/test/Linker/type-unique-simple-b.ll b/llvm/test/Linker/type-unique-simple-b.ll
index 9f48500e2e9..cebb52e80c4 100644
--- a/llvm/test/Linker/type-unique-simple-b.ll
+++ b/llvm/test/Linker/type-unique-simple-b.ll
@@ -1,8 +1,6 @@
; RUN: true
; ModuleID = 'bar.cpp'
-target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64-S128"
-target triple = "x86_64-apple-macosx10.8.0"
%struct.Base = type { i32 }
OpenPOWER on IntegriCloud