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. ///