]> git.ipfire.org Git - thirdparty/gcc.git/commit
read-rtl.c: split out read_rtx_operand from read_rtx_code
authordmalcolm <dmalcolm@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 26 Sep 2016 16:39:15 +0000 (16:39 +0000)
committerdmalcolm <dmalcolm@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 26 Sep 2016 16:39:15 +0000 (16:39 +0000)
commit9b12e2dc885d4839fe1dff8c8e978c653b5a6f5d
treeb3c6738c290699739e7156546ac1eacace64ec2b
parent194b906d617510c6f71f6a43727808638669b31b
read-rtl.c: split out read_rtx_operand from read_rtx_code

gcc/ChangeLog:
* read-rtl.c (read_rtx_code): Rename local "i" to "idx", and use
"c" instead when parsing characters.  Move operand parsing into...
(read_rtx_operand): ...this new function, renaming "i" to "idx",
and tightening the scope of various locals.

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