[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPC32ISelDAGToDAG.cpp 
    Chris Lattner 
    lattner at cs.uiuc.edu
       
    Fri Sep  2 18:17:33 PDT 2005
    
    
  
Changes in directory llvm/lib/Target/PowerPC:
PPC32ISelDAGToDAG.cpp updated: 1.71 -> 1.72
---
Log message:
include the dag isel fragment
---
Diffs of the changes:  (+2 -0)
 PPC32ISelDAGToDAG.cpp |    2 ++
 1 files changed, 2 insertions(+)
Index: llvm/lib/Target/PowerPC/PPC32ISelDAGToDAG.cpp
diff -u llvm/lib/Target/PowerPC/PPC32ISelDAGToDAG.cpp:1.71 llvm/lib/Target/PowerPC/PPC32ISelDAGToDAG.cpp:1.72
--- llvm/lib/Target/PowerPC/PPC32ISelDAGToDAG.cpp:1.71	Fri Sep  2 19:53:47 2005
+++ llvm/lib/Target/PowerPC/PPC32ISelDAGToDAG.cpp	Fri Sep  2 20:17:22 2005
@@ -99,6 +99,8 @@
   };
 }
 
+#include "PPC32GenDAGISel.inc"
+
 /// getGlobalBaseReg - Output the instructions required to put the
 /// base address to use for accessing globals into a register.
 ///
    
    
More information about the llvm-commits
mailing list