From 71a9c2137b590467fabfcde1ef9f87bcb8059c92 Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Fri, 21 Dec 2012 00:03:42 +0000 Subject: [PATCH] Move these files over to the debug info directory. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170810 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/{CodeGen => DebugInfo}/X86/2010-08-10-DbgConstant.ll | 0 test/{CodeGen => DebugInfo}/X86/dbg-value-inlined-parameter.ll | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename test/{CodeGen => DebugInfo}/X86/2010-08-10-DbgConstant.ll (100%) rename test/{CodeGen => DebugInfo}/X86/dbg-value-inlined-parameter.ll (100%) diff --git a/test/CodeGen/X86/2010-08-10-DbgConstant.ll b/test/DebugInfo/X86/2010-08-10-DbgConstant.ll similarity index 100% rename from test/CodeGen/X86/2010-08-10-DbgConstant.ll rename to test/DebugInfo/X86/2010-08-10-DbgConstant.ll diff --git a/test/CodeGen/X86/dbg-value-inlined-parameter.ll b/test/DebugInfo/X86/dbg-value-inlined-parameter.ll similarity index 100% rename from test/CodeGen/X86/dbg-value-inlined-parameter.ll rename to test/DebugInfo/X86/dbg-value-inlined-parameter.ll -- 2.34.1