summaryrefslogtreecommitdiffstats
path: root/llvm/test
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2010-08-05 20:25:37 +0000
committerDevang Patel <dpatel@apple.com>2010-08-05 20:25:37 +0000
commitcc3f3b341da86453a0f96875df4dd9f7a2ea5038 (patch)
treea0d85cb6871a59315828c92c9c407ff5685f7aed /llvm/test
parent4d9c3400f353ebf569076db7133c68568c33f67d (diff)
downloadbcm5719-llvm-cc3f3b341da86453a0f96875df4dd9f7a2ea5038.tar.gz
bcm5719-llvm-cc3f3b341da86453a0f96875df4dd9f7a2ea5038.zip
Move x86 specific tests into test/CodeGen/X86.
llvm-svn: 110372
Diffstat (limited to 'llvm/test')
-rw-r--r--llvm/test/CodeGen/X86/2010-01-18-DbgValue.ll (renamed from llvm/test/DebugInfo/2010-01-18-DbgValue.ll)3
-rw-r--r--llvm/test/CodeGen/X86/2010-02-01-DbgValueCrash.ll (renamed from llvm/test/DebugInfo/2010-02-01-DbgValueCrash.ll)1
-rw-r--r--llvm/test/CodeGen/X86/2010-05-25-DotDebugLoc.ll (renamed from llvm/test/DebugInfo/2010-05-25-DotDebugLoc.ll)2
-rw-r--r--llvm/test/CodeGen/X86/2010-05-28-Crash.ll (renamed from llvm/test/DebugInfo/2010-05-28-Crash.ll)0
-rw-r--r--llvm/test/CodeGen/X86/2010-06-01-DeadArg-DbgInfo.ll (renamed from llvm/test/DebugInfo/2010-06-01-DeadArg-DbgInfo.ll)0
5 files changed, 1 insertions, 5 deletions
diff --git a/llvm/test/DebugInfo/2010-01-18-DbgValue.ll b/llvm/test/CodeGen/X86/2010-01-18-DbgValue.ll
index 001f853dd23..207a1f7f945 100644
--- a/llvm/test/DebugInfo/2010-01-18-DbgValue.ll
+++ b/llvm/test/CodeGen/X86/2010-01-18-DbgValue.ll
@@ -1,7 +1,4 @@
; RUN: llc -O0 < %s | FileCheck %s
-; ModuleID = 'try.c'
-target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64-f80:128:128-n8:16:32"
-target triple = "i386-apple-darwin9.8"
; Currently, dbg.declare generates a DEBUG_VALUE comment. Eventually it will
; generate DWARF and this test will need to be modified or removed.
diff --git a/llvm/test/DebugInfo/2010-02-01-DbgValueCrash.ll b/llvm/test/CodeGen/X86/2010-02-01-DbgValueCrash.ll
index 70103e5f72b..2113263c0ac 100644
--- a/llvm/test/DebugInfo/2010-02-01-DbgValueCrash.ll
+++ b/llvm/test/CodeGen/X86/2010-02-01-DbgValueCrash.ll
@@ -1,6 +1,5 @@
; RUN: llc -O1 < %s
; ModuleID = 'pr6157.bc'
-target triple = "x86_64-unknown-linux-gnu"
; formerly crashed in SelectionDAGBuilder
%tart.reflect.ComplexType = type { double, double }
diff --git a/llvm/test/DebugInfo/2010-05-25-DotDebugLoc.ll b/llvm/test/CodeGen/X86/2010-05-25-DotDebugLoc.ll
index 52e94842895..4c477ee7d05 100644
--- a/llvm/test/DebugInfo/2010-05-25-DotDebugLoc.ll
+++ b/llvm/test/CodeGen/X86/2010-05-25-DotDebugLoc.ll
@@ -1,4 +1,4 @@
-; RUN: llc -O2 < %s -mtriple=x86_64-apple-darwin | grep debug_loc12
+; RUN: llc -O2 < %s | grep debug_loc12
; Test to check .debug_loc support. This test case emits 13 debug_loc entries.
%0 = type { double }
diff --git a/llvm/test/DebugInfo/2010-05-28-Crash.ll b/llvm/test/CodeGen/X86/2010-05-28-Crash.ll
index 80643d0792a..80643d0792a 100644
--- a/llvm/test/DebugInfo/2010-05-28-Crash.ll
+++ b/llvm/test/CodeGen/X86/2010-05-28-Crash.ll
diff --git a/llvm/test/DebugInfo/2010-06-01-DeadArg-DbgInfo.ll b/llvm/test/CodeGen/X86/2010-06-01-DeadArg-DbgInfo.ll
index 812d3720d6f..812d3720d6f 100644
--- a/llvm/test/DebugInfo/2010-06-01-DeadArg-DbgInfo.ll
+++ b/llvm/test/CodeGen/X86/2010-06-01-DeadArg-DbgInfo.ll
OpenPOWER on IntegriCloud