[PATCH] D22841: Add a pass to bugpoint to make it transform conditional jumps into unconditional jumps.
David Majnemer via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 27 06:47:51 PDT 2016
majnemer accepted this revision.
majnemer added a comment.
This revision is now accepted and ready to land.
LGTM with a nit fixed.
================
Comment at: tools/bugpoint/CrashDebugger.cpp:566
@@ +565,3 @@
+ const ValueSymbolTable &GST = M->getValueSymbolTable();
+ for (auto &BI : BlockInfo){
+ auto *F = cast<Function>(GST.lookup(BI.first));
----------------
Space before the {
https://reviews.llvm.org/D22841
More information about the llvm-commits
mailing list