mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-06 23:32:27 +00:00
Minor cleanup
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@812 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2f64f9f264
commit
5fdc4c91ae
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user