commit | 421ccd9892178e741e24c96cef4304262475255d | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Tue Apr 06 00:51:52 2010 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Tue Apr 06 00:51:52 2010 +0000 |
tree | 872241d8a22ac946efe718df378515c1964f4ac0 | |
parent | 42a4ee0a35b4672311c1b988bd883167de9f88cd [diff] [blame] |
Give MachineModuleInfo an actual Module*. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100508 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/MachineModuleInfo.cpp b/lib/CodeGen/MachineModuleInfo.cpp index ad4f01b..f813a55 100644 --- a/lib/CodeGen/MachineModuleInfo.cpp +++ b/lib/CodeGen/MachineModuleInfo.cpp
@@ -262,6 +262,7 @@ // Always emit some info, by default "no personality" info. Personalities.push_back(NULL); AddrLabelSymbols = 0; + TheModule = 0; } MachineModuleInfo::MachineModuleInfo()