aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorVladimir Prus <ghost@cs.msu.su>2006-05-16 06:39:36 +0000
committerVladimir Prus <ghost@cs.msu.su>2006-05-16 06:39:36 +0000
commite438c2a466d2749fbf33ba7d2a32e345bcc51d03 (patch)
treec10a1a075f73e427a83a839851ce73a6cd207e3f /lib
parent6413fb78ab0663d2fae0ac2f8615f80f12f4767a (diff)
Replace "../whatever.td" with "whatever.td", so that out-of-tree backends
can just add lib/Target to TableGen includes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28318 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/Target/Target.td4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Target/Target.td b/lib/Target/Target.td
index 57046b826e..8fbc58e223 100644
--- a/lib/Target/Target.td
+++ b/lib/Target/Target.td
@@ -118,7 +118,7 @@ class DwarfRegNum<int N> {
//===----------------------------------------------------------------------===//
// Pull in the common support for scheduling
//
-include "../TargetSchedule.td"
+include "TargetSchedule.td"
class Predicate; // Forward def
@@ -327,4 +327,4 @@ class Processor<string n, ProcessorItineraries pi, list<SubtargetFeature> f> {
//===----------------------------------------------------------------------===//
// Pull in the common support for DAG isel generation
//
-include "../TargetSelectionDAG.td"
+include "TargetSelectionDAG.td"