From: Chris Lattner Date: Sat, 3 Sep 2005 01:17:22 +0000 (+0000) Subject: include the dag isel fragment X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=6cd40d5888f905a3820d5d6c71e57cc0e02abb4a;p=oota-llvm.git include the dag isel fragment git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23239 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/PowerPC/PPCISelDAGToDAG.cpp b/lib/Target/PowerPC/PPCISelDAGToDAG.cpp index b92294c85a5..dc87b05e8e1 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. ///