diff options
author | Serguei Katkov <serguei.katkov@azul.com> | 2019-07-09 04:20:43 +0000 |
---|---|---|
committer | Serguei Katkov <serguei.katkov@azul.com> | 2019-07-09 04:20:43 +0000 |
commit | c6caddb73d421538b0df41a4c19564c166384ffc (patch) | |
tree | 9f0b7357957af331e7b49ea06fef4141e3036a5f /clang/lib/CodeGen/CodeGenFunction.h | |
parent | e085b40e9c4e5e4ebfbd0f98da17b77dec908bf7 (diff) | |
download | bcm5719-llvm-c6caddb73d421538b0df41a4c19564c166384ffc.tar.gz bcm5719-llvm-c6caddb73d421538b0df41a4c19564c166384ffc.zip |
[LoopInfo] Update getExitEdges to accept vector of pairs for non const BasicBlock
D63921 requires getExitEdges fills a vector of Edge pairs where
BasicBlocks are not constant.
The rest Loop API mostly returns non-const BasicBlocks, so to be more consistent with
other Loop API getExitEdges is modified to return non-const BasicBlocks as well.
This is an alternative solution to D64060.
Reviewers: reames, fhahn
Reviewed By: reames, fhahn
Subscribers: hiraditya, llvm-commits
Differential Revision: https://reviews.llvm.org/D64309
llvm-svn: 365437
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.h')
0 files changed, 0 insertions, 0 deletions