]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/ira.h
2014-12-15 Vladimir Makarov <vmakarov@redhat.com>
authorvmakarov <vmakarov@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 15 Dec 2014 19:51:31 +0000 (19:51 +0000)
committervmakarov <vmakarov@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 15 Dec 2014 19:51:31 +0000 (19:51 +0000)
commit2bd0853710d6bda898e11f38dc704107e0c2823d
tree750014302b6c2aa69719a56bb900622d8fc084ca
parent06f29f535a7d704bfd14da3b6a42e8529827ad01
2014-12-15  Vladimir Makarov  <vmakarov@redhat.com>

* ira-int.h (ira_prohibited_class_mode_regs): Remove.
(struct target_ira_int): Move x_ira_prohibited_class_mode_regs to
...
* ira.h (struct target_ira_int): ... here.
(ira_prohibited_class_mode_regs): Define.
* lra-constraints.c (process_alt_operands): Add one more condition
to refuse alternative when reload pseudo of given class can not
hold value of given mode.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@218760 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/ira-int.h
gcc/ira.h
gcc/lra-constraints.c