diff options
author | Richard Sandiford <richard.sandiford@arm.com> | 2025-04-28 14:40:09 +0100 |
---|---|---|
committer | Richard Sandiford <richard.sandiford@arm.com> | 2025-04-28 14:40:09 +0100 |
commit | ef32bd8c866a1b8a97f627fad44a42f29757c816 (patch) | |
tree | 1a465034538617175cdd51684fc8924bfa663f1e /libstdc++-v3/include/std/iosfwd | |
parent | b9ea3b2ef98048f93b02fcd6ff51777bce1676c2 (diff) | |
download | gcc-master.zip gcc-master.tar.gz gcc-master.tar.bz2 |
native_decode_rtx handles integer modes by building up a wide_int
and then converting it to an rtx. This patch splits out the
wide_int part, so that callers who don't want an rtx can avoid
creating garbage rtl.
gcc/
* rtl.h (native_decode_int): Declare.
* simplify-rtx.cc (native_decode_int): New function, split out from...
(native_decode_rtx): ...here.
Diffstat (limited to 'libstdc++-v3/include/std/iosfwd')
0 files changed, 0 insertions, 0 deletions