]> git.ipfire.org Git - thirdparty/gcc.git/commit
Tweak documentation of ASM_INPUT_P
authorRichard Sandiford <richard.sandiford@arm.com>
Wed, 28 Aug 2024 15:37:53 +0000 (16:37 +0100)
committerRichard Sandiford <richard.sandiford@arm.com>
Wed, 28 Aug 2024 15:37:53 +0000 (16:37 +0100)
commit3c9338b532fd609f5cc1c50d6a4e77e0e1ab3bc5
tree0d69bd1e50fa8d3383617013da76b5500ce86c57
parentbdcd30e4711943cae70a1b47f8a63e96a94c02a0
Tweak documentation of ASM_INPUT_P

The documentation of ASM_INPUT_P implied that the flag has no
effect on ASM_EXPRs that have operands (and which therefore must be
extended asms).  In fact we require ASM_INPUT_P to be false for all
extended asms.

gcc/
* tree.h (ASM_INPUT_P): Fix documentation.
gcc/tree.h