diff options
-rw-r--r-- | lib/Transforms/Scalar/TailDuplication.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Transforms/Scalar/TailDuplication.cpp b/lib/Transforms/Scalar/TailDuplication.cpp index b947c3238b..17237431a9 100644 --- a/lib/Transforms/Scalar/TailDuplication.cpp +++ b/lib/Transforms/Scalar/TailDuplication.cpp @@ -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(); |