projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e643a6c
)
Test change
author
Chris Lattner
<sabre@nondot.org>
Sun, 22 Jun 2003 20:25:27 +0000
(20:25 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Sun, 22 Jun 2003 20:25:27 +0000
(20:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6852
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Transforms/Scalar/TailDuplication.cpp
patch
|
blob
|
history
diff --git
a/lib/Transforms/Scalar/TailDuplication.cpp
b/lib/Transforms/Scalar/TailDuplication.cpp
index b947c3238b8d756744d02bf29d28d435d175f333..17237431a91088253ff9a1734658c85341d2edb9 100644
(file)
--- 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();