Test change

llvm-svn: 6852
This commit is contained in:
Chris Lattner 2003-06-22 20:25:27 +00:00
parent e81e0d8da9
commit 268c1392da
1 changed files with 1 additions and 0 deletions

View File

@ -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();