From 55e9554da30d3adc2b4b34db0a9502a086ca31b7 Mon Sep 17 00:00:00 2001 From: Ahmed Bougacha Date: Wed, 25 Jan 2017 02:41:26 +0000 Subject: [PATCH] [GlobalISel] Rename TargetGlobalISel.td to GISel/SelectionDAGCompat.td git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@293009 91177308-0d34-0410-b5e6-96231b3b80d8 --- .../SelectionDAGCompat.td} | 0 include/llvm/Target/Target.td | 8 ++++++-- 2 files changed, 6 insertions(+), 2 deletions(-) rename include/llvm/Target/{TargetGlobalISel.td => GlobalISel/SelectionDAGCompat.td} (100%) diff --git a/include/llvm/Target/TargetGlobalISel.td b/include/llvm/Target/GlobalISel/SelectionDAGCompat.td similarity index 100% rename from include/llvm/Target/TargetGlobalISel.td rename to include/llvm/Target/GlobalISel/SelectionDAGCompat.td diff --git a/include/llvm/Target/Target.td b/include/llvm/Target/Target.td index 91f27381e58..e50969d7001 100644 --- a/include/llvm/Target/Target.td +++ b/include/llvm/Target/Target.td @@ -1342,7 +1342,11 @@ include "llvm/Target/TargetCallingConv.td" include "llvm/Target/TargetSelectionDAG.td" //===----------------------------------------------------------------------===// -// Pull in the common support for Global ISel generation. +// Pull in the common support for Global ISel register bank info generation. // include "llvm/Target/GlobalISel/RegisterBank.td" -include "llvm/Target/TargetGlobalISel.td" + +//===----------------------------------------------------------------------===// +// Pull in the common support for the Global ISel DAG-based selector generation. +// +include "llvm/Target/GlobalISel/SelectionDAGCompat.td" -- 2.40.0