mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-05 13:09:10 +00:00
Test change
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6852 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e643a6cb9a
commit
ea635cd072
@ -112,6 +112,7 @@ void TailDup::eliminateUnconditionalBranch(BranchInst *Branch) {
|
||||
// copy of the block B'. If there are PHI nodes in the DestBlock, these PHI
|
||||
// nodes also define part of this mapping. Loop over these PHI nodes, adding
|
||||
// them to our mapping.
|
||||
//
|
||||
std::map<Value*, Value*> ValueMapping;
|
||||
|
||||
BasicBlock::iterator BI = DestBlock->begin();
|
||||
|
Loading…
Reference in New Issue
Block a user