summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2014-01-13 11:58:34 +0000
committerChandler Carruth <chandlerc@gmail.com>2014-01-13 11:58:34 +0000
commitdb9120a037a2c3936f273485af2f1732d71120e0 (patch)
tree4d0fcc65f5560a1c89eabd27ef10169da71707de /llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
parent2192505190d2704334e238845fd89eaf228d3aa1 (diff)
downloadbcm5719-llvm-db9120a037a2c3936f273485af2f1732d71120e0.tar.gz
bcm5719-llvm-db9120a037a2c3936f273485af2f1732d71120e0.zip
[PM] Fix the const-correctness of the generic DominatorTreeBase to
support notionally const queries even though they may trigger DFS numbering updates. The updating of DFS numbers and tracking of slow queries do not mutate the observable state of the domtree. They should be const to differentiate them from the APIs which mutate the tree directly to do incremental updates. This will make it possible in a world where the DominatorTree is not a pass but merely the result of running a pass to derive DominatorTree from the base class as it was originally designed, removing a huge duplication of API in DominatorTree. llvm-svn: 199101
Diffstat (limited to 'llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud