[llvm-commits] [llvm] r165946 - in /llvm/trunk: include/llvm/MC/MCParser/MCAsmParser.h lib/MC/MCParser/AsmParser.cpp
Eric Christopher
echristo at gmail.com
Mon Oct 15 14:54:32 PDT 2012
> + // Free any parsed operands. If parsing ms-style inline assembly it is the
> + // responsibility of the caller (i.e., clang) to free the parsed operands.
> + if (!ParsingInlineAsm)
> + freeParsedOperands();
>
This comment is a little unclear. What do you mean to happen in each case?
-eric
More information about the llvm-commits
mailing list