Minor cleanup

llvm-svn: 812
This commit is contained in:
Chris Lattner 2001-10-14 23:29:30 +00:00
parent 2f084b2c73
commit a972919f92
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ bool opt::InlineMethod(BasicBlock::iterator CIIt) {
// Create a new basic block to copy instructions into!
BasicBlock *IBB = new BasicBlock("", NewBB->getParent());
ValueMap[*BI] = IBB; // Add basic block mapping.
ValueMap[BB] = IBB; // Add basic block mapping.
// Make sure to capture the mapping that a return will use...
// TODO: This assumes that the RET is returning a value computed in the same