[PATCH] Add an explicit insert point argument to SplitBlockAndInsertIfThen

Peter Collingbourne peter at pcc.me.uk
Thu Dec 19 09:51:29 PST 2013



================
Comment at: lib/Transforms/Instrumentation/DataFlowSanitizer.cpp:855
@@ -856,3 +854,3 @@
     return Phi;
   } else {
     assert(0 && "todo");
----------------
We can remove this else branch now.


http://llvm-reviews.chandlerc.com/D2435



More information about the llvm-commits mailing list