Restore minor deletion.
[oota-llvm.git] / include / llvm / CodeGen / MachineModuleInfo.h
index e5f7c6a9a2831918f92fb503a4611ca53142c4f3..1872bd26d8aac5ed6b7e62d289f1d917252105cf 100644 (file)
@@ -170,11 +170,6 @@ public:
     return ID;
   }
   
-  /// RecordSourceLine - Records location information and associates it with a
-  /// label.  Returns a unique label ID used to generate a label and 
-  /// provide correspondence to the source line list.
-  unsigned RecordSourceLine(unsigned Line, unsigned Column, unsigned Source);
-  
   /// InvalidateLabel - Inhibit use of the specified label # from
   /// MachineModuleInfo, for example because the code was deleted.
   void InvalidateLabel(unsigned LabelID) {