diff options
author | Chris Lattner <sabre@nondot.org> | 2003-06-22 20:25:27 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-06-22 20:25:27 +0000 |
commit | 268c1392dad56cca804e5549b91f25d639f41086 (patch) | |
tree | 6f800611533f21e2ec0c44d7cba439df861cc66a /llvm/lib/Transforms | |
parent | e81e0d8da9bea0ccd560c9ed04ea31bc9ee70b91 (diff) | |
download | bcm5719-llvm-268c1392dad56cca804e5549b91f25d639f41086.tar.gz bcm5719-llvm-268c1392dad56cca804e5549b91f25d639f41086.zip |
Test change
llvm-svn: 6852
Diffstat (limited to 'llvm/lib/Transforms')
-rw-r--r-- | llvm/lib/Transforms/Scalar/TailDuplication.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Transforms/Scalar/TailDuplication.cpp b/llvm/lib/Transforms/Scalar/TailDuplication.cpp index b947c3238b8..17237431a91 100644 --- a/llvm/lib/Transforms/Scalar/TailDuplication.cpp +++ b/llvm/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(); |