[llvm-commits] [llvm] r70804 - /llvm/trunk/include/llvm/CodeGen/MachineModuleInfo.h
Argiris Kirtzidis
akyrtzi at gmail.com
Sun May 3 15:11:09 PDT 2009
Author: akirtzidis
Date: Sun May 3 17:11:08 2009
New Revision: 70804
URL: http://llvm.org/viewvc/llvm-project?rev=70804&view=rev
Log:
Remove an, apparently, leftover MachineModuleInfo::RecordSourceLine declaration.
Modified:
llvm/trunk/include/llvm/CodeGen/MachineModuleInfo.h
Modified: llvm/trunk/include/llvm/CodeGen/MachineModuleInfo.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/MachineModuleInfo.h?rev=70804&r1=70803&r2=70804&view=diff
==============================================================================
--- llvm/trunk/include/llvm/CodeGen/MachineModuleInfo.h (original)
+++ llvm/trunk/include/llvm/CodeGen/MachineModuleInfo.h Sun May 3 17:11:08 2009
@@ -170,11 +170,6 @@
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) {
More information about the llvm-commits
mailing list