summaryrefslogtreecommitdiffstats
path: root/llvm/include
diff options
context:
space:
mode:
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>2009-05-03 22:11:08 +0000
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>2009-05-03 22:11:08 +0000
commitba49fef34a7150c74f244e6fe134830d44587998 (patch)
tree72acb96f991e6a4cce11ed45aaf72e81348b79c0 /llvm/include
parentce7196b9033feed933127544f1b8af560d58cd53 (diff)
downloadbcm5719-llvm-ba49fef34a7150c74f244e6fe134830d44587998.tar.gz
bcm5719-llvm-ba49fef34a7150c74f244e6fe134830d44587998.zip
Remove an, apparently, leftover MachineModuleInfo::RecordSourceLine declaration.
llvm-svn: 70804
Diffstat (limited to 'llvm/include')
-rw-r--r--llvm/include/llvm/CodeGen/MachineModuleInfo.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/llvm/include/llvm/CodeGen/MachineModuleInfo.h b/llvm/include/llvm/CodeGen/MachineModuleInfo.h
index e5f7c6a9a28..1872bd26d8a 100644
--- a/llvm/include/llvm/CodeGen/MachineModuleInfo.h
+++ b/llvm/include/llvm/CodeGen/MachineModuleInfo.h
@@ -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) {
OpenPOWER on IntegriCloud