[PATCH] D17580: Extract the method to begin and end a fragment in AsmPrinterHandler in their own method. NFC

David Li via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 26 11:32:58 PST 2016


davidxl accepted this revision.
davidxl added a comment.
This revision is now accepted and ready to land.

looks like a good NFC clean up. LGTM


================
Comment at: lib/CodeGen/AsmPrinter/DwarfCFIException.cpp:61
@@ -56,3 +60,3 @@
 DwarfCFIException::DwarfCFIException(AsmPrinter *A)
     : DwarfCFIExceptionBase(A), shouldEmitPersonality(false),
       shouldEmitLSDA(false), shouldEmitMoves(false),
----------------
add forceEmitPersonality field here.


http://reviews.llvm.org/D17580





More information about the llvm-commits mailing list