]> git.ipfire.org Git - thirdparty/gcc.git/commit
function.c: Use rtx_sequence
authordmalcolm <dmalcolm@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 27 Aug 2014 20:06:47 +0000 (20:06 +0000)
committerdmalcolm <dmalcolm@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 27 Aug 2014 20:06:47 +0000 (20:06 +0000)
commit9e21f364010a1191032ff2f5aeb6888aa28368ac
treea19389c4749c8e49fbe52430f4fda2410cecb69f
parent3a0b41f50a1de4d17716973d7cef8fca4ccaf197
function.c: Use rtx_sequence

gcc/
2014-08-27  David Malcolm  <dmalcolm@redhat.com>

* function.c (contains): Introduce local "seq" for PATTERN (insn),
with a checked cast, in the region for where we know it's a
SEQUENCE.  Use methods of rtx_sequence.

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