Fix the comments, use early exits, use unique_ptr, and use ranged for
loops.
This is in preparation for a global *variable* reducer, which, with any
luck will help us clean up test cases.
Paths
| Differential D43084
[bugpoint] Simplify the global initializer reducer, NFC ClosedPublic Authored by vsk on Feb 8 2018, 11:35 AM.
Details Summary Fix the comments, use early exits, use unique_ptr, and use ranged for This is in preparation for a global *variable* reducer, which, with any
Diff Detail
Event TimelineComment Actions LGTM This revision is now accepted and ready to land.Feb 8 2018, 11:57 AM Closed by commit rL324649: [bugpoint] Simplify the global initializer reducer, NFC (authored by vedantk). · Explain WhyFeb 8 2018, 12:29 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 133470 llvm/trunk/tools/bugpoint/CrashDebugger.cpp
|