]> granicus.if.org Git - llvm/commitdiff
[GlobalISel] Rename TargetGlobalISel.td to GISel/SelectionDAGCompat.td
authorAhmed Bougacha <ahmed.bougacha@gmail.com>
Wed, 25 Jan 2017 02:41:26 +0000 (02:41 +0000)
committerAhmed Bougacha <ahmed.bougacha@gmail.com>
Wed, 25 Jan 2017 02:41:26 +0000 (02:41 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@293009 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Target/GlobalISel/SelectionDAGCompat.td [moved from include/llvm/Target/TargetGlobalISel.td with 100% similarity]
include/llvm/Target/Target.td

index 91f27381e58b199ec8d04d23c9030558ee717eab..e50969d7001d7165a7dab127ece8b81332edc695 100644 (file)
@@ -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"