[llvm-commits] CVS: llvm/include/llvm/CodeGen/SelectionDAGNodes.h
Chris Lattner
clattner at apple.com
Sun Jan 28 07:27:59 PST 2007
> + /// runs. This has one result value for each argument / flag
> pair, plus
> + /// a chain result. It must be custom legalized. Flag argument
> indicates
> + /// misc. argument attributes. Currently:
> + /// Bit 0 - signness
> + /// Bit 1 - 'inreg' attribute
> + /// Bit 2 - 'sret' attribute
> CALL,
Is there any reason not to use the parameter attribute enum directly?
-Chris
More information about the llvm-commits
mailing list