Use more specific hash functions in rtlhash.c
commitb889f86b3b43fd1878ee218f280d84e8b4deb0f8
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 1 Nov 2017 13:35:22 +0000 (1 13:35 +0000)
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 1 Nov 2017 13:35:22 +0000 (1 13:35 +0000)
treee3dcf1ecacc34f8105f6d7096551792d99ce9e19
parentf6d4e346a11fd353b571a925e362747dddb617bf
Use more specific hash functions in rtlhash.c

Avoid using add_object when we have more specific routines available.

2017-11-01  Richard Sandiford  <richard.sandiford@linaro.org>
    Alan Hayward  <alan.hayward@arm.com>
    David Sherwood  <david.sherwood@arm.com>

gcc/
* rtlhash.c (add_rtx): Use add_hwi for 'w' and add_int for 'i'.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@254307 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/rtlhash.c