mips.c (r10k_needs_protection_p_1): Take an rtx rather than an rtx pointer.
authorRichard Sandiford <richard.sandiford@arm.com>
Sun, 26 Oct 2014 10:41:29 +0000 (10:41 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Sun, 26 Oct 2014 10:41:29 +0000 (10:41 +0000)
commit9989ddc8b77cc6512e6fb7830daf832582dc6451
treee2169259b6a6d03d65a06947a21d9c25d840aacd
parent9b3dd001d52421b68aaf581018ff2bdf5b5ac5e0
mips.c (r10k_needs_protection_p_1): Take an rtx rather than an rtx pointer.

gcc/
* config/mips/mips.c (r10k_needs_protection_p_1): Take an rtx
rather than an rtx pointer.  Change type of insn from "void *"
to its real type.  Return bool rather than int.  Iterate over
all subrtxes here.
(r10k_needs_protection_p_store): Update accordingly.
(r10k_needs_protection_p): Likewise.

From-SVN: r216711
gcc/ChangeLog
gcc/config/mips/mips.c