OSDN Git Service

Fix v850 ICE.
authorwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 20 Sep 2002 21:42:25 +0000 (21:42 +0000)
committerwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 20 Sep 2002 21:42:25 +0000 (21:42 +0000)
commit91cf636e41311e5f7010a6dd2dbd0da8209f5930
tree4153c004242ecb1aee635758e2f6c7141a996b18
parentebeaf10cba64b5cd57393f855d2bb8ffadbc79f1
Fix v850 ICE.
* combine.c (try_combine): When split an instruction pair, where the
first has a sign_extend src, verify that the src and dest modes match.

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