[PATCH] D67556: [ARM][AArch64][DebugInfo] Improve call site instruction interpretation
David Stenberg via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 23 05:37:56 PDT 2019
dstenb added inline comments.
================
Comment at: include/llvm/CodeGen/TargetInstrInfo.h:947
+ /// If the specific machine instruction is an instruction that adds an
+ /// immediate value to its @Source operand and stores it in @Destination,
+ /// return true along with @Destination and @Source machine operand to which
----------------
NikolaPrica wrote:
> aprantl wrote:
> > nit: `\c Source`
> Sorry, I'm not sure what are you aiming at. Do you think I should replace the order of Source and Destination?
Looking at the Doxygen documentation, it appears that `@` is an alias for `\`, i.e. a command prefix, so I think this says that `Source` and `Destination` are Doxygen commands. `\c Source` would print the variable with the typewriter font, which I guess was the intention here?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67556/new/
https://reviews.llvm.org/D67556
More information about the llvm-commits
mailing list