Keep "has debug info" big in MachineModuleInfo to avoid circular dependency between AsmPrinter and CodeGen.

llvm-svn: 62191
This commit is contained in:
Devang Patel
2009-01-13 23:02:17 +00:00
parent fe9581f0cd
commit 7b13aeedea
3 changed files with 9 additions and 2 deletions

View File

@@ -1630,6 +1630,7 @@ MachineModuleInfo::MachineModuleInfo()
, Personalities()
, CallsEHReturn(0)
, CallsUnwindInit(0)
, DbgInfoAvailable(false)
{
// Always emit "no personality" info
Personalities.push_back(NULL);