aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/MachineModuleInfo.h
diff options
context:
space:
mode:
authorJim Laskey <jlaskey@mac.com>2007-02-01 16:31:34 +0000
committerJim Laskey <jlaskey@mac.com>2007-02-01 16:31:34 +0000
commitb82313fdc21e8190768addf0f16710b94f0e1441 (patch)
tree026fec6526020c20ddecd9c5f43a216c2c2860ba /include/llvm/CodeGen/MachineModuleInfo.h
parent283663a4ed18124980c1a5e3114550638115edd8 (diff)
Support for non-landing pad exception handling.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33755 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/MachineModuleInfo.h')
-rw-r--r--include/llvm/CodeGen/MachineModuleInfo.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/llvm/CodeGen/MachineModuleInfo.h b/include/llvm/CodeGen/MachineModuleInfo.h
index 8617b38808..17e3ad8000 100644
--- a/include/llvm/CodeGen/MachineModuleInfo.h
+++ b/include/llvm/CodeGen/MachineModuleInfo.h
@@ -1090,11 +1090,6 @@ public:
return Lines;
}
- // FIXME: nuke this.
- void ClearLineInfo() {
- Lines.clear();
- }
-
/// SetupCompileUnits - Set up the unique vector of compile units.
///
void SetupCompileUnits(Module &M);