diff options
Diffstat (limited to 'llvm/lib/CodeGen/MachineModuleInfo.cpp')
-rw-r--r-- | llvm/lib/CodeGen/MachineModuleInfo.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/MachineModuleInfo.cpp b/llvm/lib/CodeGen/MachineModuleInfo.cpp index dc26d9144ff..ed5bb5e5410 100644 --- a/llvm/lib/CodeGen/MachineModuleInfo.cpp +++ b/llvm/lib/CodeGen/MachineModuleInfo.cpp @@ -71,7 +71,6 @@ void MachineModuleInfo::EndFunction() { // Clean up exception info. LandingPads.clear(); - CallSiteMap.clear(); TypeInfos.clear(); FilterIds.clear(); FilterEnds.clear(); |