diff options
Diffstat (limited to 'lib/Transforms/Scalar/CorrelatedExprs.cpp')
-rw-r--r-- | lib/Transforms/Scalar/CorrelatedExprs.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Transforms/Scalar/CorrelatedExprs.cpp b/lib/Transforms/Scalar/CorrelatedExprs.cpp index 602343fd5a..1e47f7341c 100644 --- a/lib/Transforms/Scalar/CorrelatedExprs.cpp +++ b/lib/Transforms/Scalar/CorrelatedExprs.cpp @@ -352,7 +352,7 @@ bool CEE::TransformRegion(BasicBlock *BB, std::set<BasicBlock*> &VisitedBlocks){ // information down now. // std::vector<BasicBlock*> children; - EF->getChildren(BB, children); + EF->getETNodeChildren(BB, children); if (!RI.empty()) { // Time opt: only propagate if we can change something for (std::vector<BasicBlock*>::iterator CI = children.begin(), E = children.end(); CI != E; ++CI) { |