For Dump(Stream *s), use GetOptionsNoCreate()->GetIgnoreCount() and fix the indentation.

llvm-svn: 149002
This commit is contained in:
Johnny Chen 2012-01-26 00:08:14 +00:00
parent 0c859d67ef
commit 9ec3c4f5a7
1 changed files with 8 additions and 8 deletions

View File

@ -421,5 +421,5 @@ BreakpointLocation::Dump(Stream *s) const
IsHardware() ? "hardware" : "software",
GetHardwareIndex(),
GetHitCount(),
m_options_ap.get() ? m_options_ap->GetIgnoreCount() : m_owner.GetIgnoreCount());
GetOptionsNoCreate()->GetIgnoreCount());
}