aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-06-22 20:25:27 +0000
committerChris Lattner <sabre@nondot.org>2003-06-22 20:25:27 +0000
commitea635cd07255d73deb13389f4383dff78ac7cff6 (patch)
tree0445887545a536c43ce78050925055f73006dd0d /lib/Transforms
parente643a6cb9a5b15e3b6e914a84ec94f37879c5b9d (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.cpp1
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();