Fix typo in DEBUG message.

llvm-svn: 135111
This commit is contained in:
Devang Patel 2011-07-14 00:04:53 +00:00
parent 2cce0d103d
commit a9195bcff0
1 changed files with 2 additions and 2 deletions

View File

@ -1743,10 +1743,10 @@ bool DwarfDebug::extractScopeInformation() {
// If we have alread seen a beginning of a instruction range and
// current instruction scope does not match scope of first instruction
// in this range then create a new instruction range.
DEBUG(dbgs() << "Createing new instruction range :\n");
DEBUG(dbgs() << "Creating new instruction range :\n");
DEBUG(dbgs() << "Begin Range at " << *RangeBeginMI);
DEBUG(dbgs() << "End Range at " << *PrevMI);
DEBUG(dbgs() << "New Range starting at " << *MInsn);
DEBUG(dbgs() << "Next Range starting at " << *MInsn);
DEBUG(dbgs() << "------------------------\n");
DbgRange R(RangeBeginMI, PrevMI);
MI2ScopeMap[RangeBeginMI] = getOrCreateDbgScope(PrevScope,