Fixed call to wrong constructor.

llvm-svn: 89059
This commit is contained in:
Lang Hames 2009-11-17 07:19:50 +00:00
parent 4656c53e12
commit 48770eb61f
1 changed files with 1 additions and 1 deletions

View File

@ -699,7 +699,7 @@ namespace llvm {
if (miItr == mbb->end()) {
// If this is the last instr in the MBB then we need to fix up the bb
// range:
mbbRangeItr->second.second = SlotIndex(newIndex, SlotIndex::STORE);
mbbRangeItr->second.second = SlotIndex(newEntry, SlotIndex::STORE);
}
// Renumber if we need to.