From: Eric Christopher Date: Tue, 27 Aug 2013 23:48:57 +0000 (+0000) Subject: Move some debug testcases to the debug info directory. X-Git-Tag: v01.01.07.01~16503 X-Git-Url: https://git.ti.com/gitweb?p=opencl%2Fllvm.git;a=commitdiff_plain;h=6e74bfc0e6b7ab56c15ca5b6444a1ff83ff60709 Move some debug testcases to the debug info directory. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189418 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/X86/dbg-at-specficiation.ll b/test/DebugInfo/X86/dbg-at-specficiation.ll similarity index 100% rename from test/CodeGen/X86/dbg-at-specficiation.ll rename to test/DebugInfo/X86/dbg-at-specficiation.ll diff --git a/test/CodeGen/X86/dbg-byval-parameter.ll b/test/DebugInfo/X86/dbg-byval-parameter.ll similarity index 100% rename from test/CodeGen/X86/dbg-byval-parameter.ll rename to test/DebugInfo/X86/dbg-byval-parameter.ll diff --git a/test/CodeGen/X86/dbg-const-int.ll b/test/DebugInfo/X86/dbg-const-int.ll similarity index 100% rename from test/CodeGen/X86/dbg-const-int.ll rename to test/DebugInfo/X86/dbg-const-int.ll diff --git a/test/CodeGen/X86/dbg-const.ll b/test/DebugInfo/X86/dbg-const.ll similarity index 100% rename from test/CodeGen/X86/dbg-const.ll rename to test/DebugInfo/X86/dbg-const.ll diff --git a/test/CodeGen/X86/dbg-declare-arg.ll b/test/DebugInfo/X86/dbg-declare-arg.ll similarity index 100% rename from test/CodeGen/X86/dbg-declare-arg.ll rename to test/DebugInfo/X86/dbg-declare-arg.ll diff --git a/test/CodeGen/X86/dbg-declare.ll b/test/DebugInfo/X86/dbg-declare.ll similarity index 100% rename from test/CodeGen/X86/dbg-declare.ll rename to test/DebugInfo/X86/dbg-declare.ll diff --git a/test/CodeGen/X86/dbg-file-name.ll b/test/DebugInfo/X86/dbg-file-name.ll similarity index 100% rename from test/CodeGen/X86/dbg-file-name.ll rename to test/DebugInfo/X86/dbg-file-name.ll diff --git a/test/CodeGen/X86/dbg-i128-const.ll b/test/DebugInfo/X86/dbg-i128-const.ll similarity index 100% rename from test/CodeGen/X86/dbg-i128-const.ll rename to test/DebugInfo/X86/dbg-i128-const.ll diff --git a/test/CodeGen/X86/dbg-large-unsigned-const.ll b/test/DebugInfo/X86/dbg-large-unsigned-const.ll similarity index 100% rename from test/CodeGen/X86/dbg-large-unsigned-const.ll rename to test/DebugInfo/X86/dbg-large-unsigned-const.ll diff --git a/test/CodeGen/X86/dbg-merge-loc-entry.ll b/test/DebugInfo/X86/dbg-merge-loc-entry.ll similarity index 100% rename from test/CodeGen/X86/dbg-merge-loc-entry.ll rename to test/DebugInfo/X86/dbg-merge-loc-entry.ll diff --git a/test/CodeGen/X86/dbg-prolog-end.ll b/test/DebugInfo/X86/dbg-prolog-end.ll similarity index 100% rename from test/CodeGen/X86/dbg-prolog-end.ll rename to test/DebugInfo/X86/dbg-prolog-end.ll diff --git a/test/CodeGen/X86/dbg-subrange.ll b/test/DebugInfo/X86/dbg-subrange.ll similarity index 100% rename from test/CodeGen/X86/dbg-subrange.ll rename to test/DebugInfo/X86/dbg-subrange.ll diff --git a/test/CodeGen/X86/dbg-value-dag-combine.ll b/test/DebugInfo/X86/dbg-value-dag-combine.ll similarity index 100% rename from test/CodeGen/X86/dbg-value-dag-combine.ll rename to test/DebugInfo/X86/dbg-value-dag-combine.ll diff --git a/test/CodeGen/X86/dbg-value-isel.ll b/test/DebugInfo/X86/dbg-value-isel.ll similarity index 100% rename from test/CodeGen/X86/dbg-value-isel.ll rename to test/DebugInfo/X86/dbg-value-isel.ll diff --git a/test/CodeGen/X86/dbg-value-location.ll b/test/DebugInfo/X86/dbg-value-location.ll similarity index 100% rename from test/CodeGen/X86/dbg-value-location.ll rename to test/DebugInfo/X86/dbg-value-location.ll diff --git a/test/CodeGen/X86/dbg-value-terminator.ll b/test/DebugInfo/X86/dbg-value-terminator.ll similarity index 100% rename from test/CodeGen/X86/dbg-value-terminator.ll rename to test/DebugInfo/X86/dbg-value-terminator.ll