search for: const_comment_iterator

Displaying 2 results from an estimated 2 matches for "const_comment_iterator".

2009 Jul 12
0
[LLVMdev] [PATCH] Support asm comment output
...o these instructions? Comments indicating what a memoperand are (for example) don't need to be explicitly store in the machineinstr, they can be synthesized from the MachineOperand directly. Minor stuff: + /// commentsBegin - Get an iterator to the start of the comment list + /// + const_comment_iterator commentsBegin(void) const { + return(Comments.begin()); + } no need for the (void), no need for the redundant parens, please punctuate comments properly. -Chris
2009 Jul 10
3
[LLVMdev] [PATCH] Support asm comment output
Here's the first of several patches to get comments into asm output. This one adds comment information to MachineInstructions and outputs it in the generated AsmPrinters. This includes TableGen work to trigger the comment output in the right places. Please review and comment. -Dave -------------- next part -------------- A non-text attachment was