Sandra Loosemore - Re: PATCH: CALL_EXPR representation part 3/9 (middle-end stuff) (original) (raw)

! /* Call expressions are kind of weird because they have an ! argument list. We don't want to value number the list ! as one value number, because that doesn't make much ! sense, and just breaks the support functions we call, ! which expect TREE_OPERAND (call_expr, 2) to be a ! TREE_LIST. / ! / phi translate the argument list piece by piece. ! ! We could actually build the list piece by piece here, ! but it's likely to not be worth the memory we will save, ! unless you have millions of call arguments. */