Do some code refactoring on Jim's scheduler in preparation of the new list
[oota-llvm.git] / include / llvm / CodeGen / SelectionDAGISel.h
index 301ac0e7b8b8d3e943fecfadc11897dcfa827410..5a58297cb2578030dff1d76b4fc1766113d5a53a 100644 (file)
@@ -52,7 +52,7 @@ public:
 protected:
   /// Pick a safe ordering and emit instructions for each target node in the
   /// graph.
-  void ScheduleAndEmitDAG(SelectionDAG &SD);
+  void ScheduleAndEmitDAG(SelectionDAG &DAG);
   
 private:
   SDOperand CopyValueToVirtualRegister(SelectionDAGLowering &SDL,