Remove an, apparently, leftover MachineModuleInfo::RecordSourceLine declaration.

llvm-svn: 70804
This commit is contained in:
Argyrios Kyrtzidis 2009-05-03 22:11:08 +00:00
parent bb6e4d027c
commit 9e888740d2

View 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) {