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 | ea635cd07255d73deb13389f4383dff78ac7cff6 (patch) | |
tree | 0445887545a536c43ce78050925055f73006dd0d /lib/Transforms | |
parent | e643a6cb9a5b15e3b6e914a84ec94f37879c5b9d (diff) |
Test change
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6852 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms')
-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(); |