aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/Utils/LoopRotationUtils.cpp
diff options
context:
space:
mode:
authorGeorge Burgess IV <george.burgess.iv@gmail.com>2018-08-05 01:37:07 +0000
committerGeorge Burgess IV <george.burgess.iv@gmail.com>2018-08-05 01:37:07 +0000
commitb65955e9eb82337f217570504490a530c664baa0 (patch)
treea0da09f4d7de5ba9254d2f146e72eb9d45d290d7 /llvm/lib/Transforms/Utils/LoopRotationUtils.cpp
parent13ff0d8d587207822dbf662c2bf1bf046c2e440a (diff)
downloadllvm-b65955e9eb82337f217570504490a530c664baa0.zip
llvm-b65955e9eb82337f217570504490a530c664baa0.tar.gz
llvm-b65955e9eb82337f217570504490a530c664baa0.tar.bz2
Use Optional instead of unique_ptr; NFC
Looks like the only reason we use a unique_ptr here is so that we can conditionally construct a LogicalErrorHandler. It's a small type, and Optional can do the same thing with 100% fewer heap allocations. llvm-svn: 338962
Diffstat (limited to 'llvm/lib/Transforms/Utils/LoopRotationUtils.cpp')
0 files changed, 0 insertions, 0 deletions