summaryrefslogtreecommitdiffstats
path: root/lib/Target
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-09-03 01:17:22 +0000
committerChris Lattner <sabre@nondot.org>2005-09-03 01:17:22 +0000
commit6cd40d5888f905a3820d5d6c71e57cc0e02abb4a (patch)
treeaffb58b7f42d7c73d4bd85f63c0be0f3fe854512 /lib/Target
parentbb38b6f8c0bf843d630504165b1bfed006dd676b (diff)
downloadexternal_llvm-6cd40d5888f905a3820d5d6c71e57cc0e02abb4a.zip
external_llvm-6cd40d5888f905a3820d5d6c71e57cc0e02abb4a.tar.gz
external_llvm-6cd40d5888f905a3820d5d6c71e57cc0e02abb4a.tar.bz2
include the dag isel fragment
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23239 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target')
-rw-r--r--lib/Target/PowerPC/PPCISelDAGToDAG.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Target/PowerPC/PPCISelDAGToDAG.cpp b/lib/Target/PowerPC/PPCISelDAGToDAG.cpp
index b92294c..dc87b05 100644
--- a/lib/Target/PowerPC/PPCISelDAGToDAG.cpp
+++ b/lib/Target/PowerPC/PPCISelDAGToDAG.cpp
@@ -99,6 +99,8 @@ namespace {
};
}
+#include "PPC32GenDAGISel.inc"
+
/// getGlobalBaseReg - Output the instructions required to put the
/// base address to use for accessing globals into a register.
///