Minor cleanup

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@812 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2001-10-14 23:29:30 +00:00
parent 2f64f9f264
commit 5fdc4c91ae

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