aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2009-09-30 22:43:52 +0000
committerDevang Patel <dpatel@apple.com>2009-09-30 22:43:52 +0000
commit16030402039c222229fe0e64cbc8307964480e31 (patch)
tree06933b84449a91cdc41af951522a4189f3246e20 /include/llvm
parent3733e0ac886bb85bd0735fdee4421683d9be3682 (diff)
downloadexternal_llvm-16030402039c222229fe0e64cbc8307964480e31.zip
external_llvm-16030402039c222229fe0e64cbc8307964480e31.tar.gz
external_llvm-16030402039c222229fe0e64cbc8307964480e31.tar.bz2
Remove dead code.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83181 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm')
-rw-r--r--include/llvm/CodeGen/MachineFunction.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/llvm/CodeGen/MachineFunction.h b/include/llvm/CodeGen/MachineFunction.h
index 6019ea3..8b881f5 100644
--- a/include/llvm/CodeGen/MachineFunction.h
+++ b/include/llvm/CodeGen/MachineFunction.h
@@ -343,12 +343,6 @@ public:
// Debug location.
//
- /// getOrCreateDebugLocID - Look up the DebugLocTuple index with the given
- /// source file, line, and column. If none currently exists, create a new
- /// DebugLocTuple, and insert it into the DebugIdMap.
- unsigned getOrCreateDebugLocID(MDNode *CompileUnit,
- unsigned Line, unsigned Col);
-
/// getDebugLocTuple - Get the DebugLocTuple for a given DebugLoc object.
DebugLocTuple getDebugLocTuple(DebugLoc DL) const;