Change the MachineDebugInfo to MachineModuleInfo to better reflect usage
[oota-llvm.git] / include / llvm / CodeGen / SelectionDAGNodes.h
index 670bb7c7abd8bed3cf6f22a9fb4e1f645ab24cba..faa0e35da0098317302c1942dfbe1ab5a7fc631a 100644 (file)
@@ -506,7 +506,7 @@ namespace ISD {
     
     // DEBUG_LOC - This node is used to represent source line information
     // embedded in the code.  It takes a token chain as input, then a line
-    // number, then a column then a file id (provided by MachineDebugInfo.) It
+    // number, then a column then a file id (provided by MachineModuleInfo.) It
     // produces a token chain as output.
     DEBUG_LOC,