diff options
| author | Adrian McCarthy <amccarth@google.com> | 2016-02-29 21:15:23 +0000 |
|---|---|---|
| committer | Adrian McCarthy <amccarth@google.com> | 2016-02-29 21:15:23 +0000 |
| commit | a7ad58b61c79619d8a57b59db52acb22b020e576 (patch) | |
| tree | 01a98570071f290aa98c51d143e076685f1e219b /llvm/lib/CodeGen/LatencyPriorityQueue.cpp | |
| parent | 536183275d67c1de31066386070a2fe9b403e241 (diff) | |
| download | bcm5719-llvm-a7ad58b61c79619d8a57b59db52acb22b020e576.tar.gz bcm5719-llvm-a7ad58b61c79619d8a57b59db52acb22b020e576.zip | |
NFC: Refactor ProcessWinMiniDump to use a more traditional pimpl idiom.
This is a mechanical refactor. There should be no functional changes in this commit.
Instead of encapsulating just the Windows-specific data, ProcessWinMiniDump now uses a private implementation class. This reduces indirections (in the source). It makes it easier to add private helper methods without touching the header and allows them to have platform-specific types as parameters. The only trick was that the pimpl class needed a back pointer in order to call a couple methods.
llvm-svn: 262256
Diffstat (limited to 'llvm/lib/CodeGen/LatencyPriorityQueue.cpp')
0 files changed, 0 insertions, 0 deletions

