emit-rtl.c (init_emit_once): Iterate through the MODE_PARTIAL_INT modes with MIN_MODE...
authorMike Stump <mikestump@comcast.net>
Mon, 11 Jun 2012 21:46:55 +0000 (21:46 +0000)
committerMike Stump <mrs@gcc.gnu.org>
Mon, 11 Jun 2012 21:46:55 +0000 (21:46 +0000)
commitede6c7341ca4f780004b7657efd3912d0d350880
treea48cdce2eddd54e451c93d3cbc15f3ab13e4ce2a
parent8b007d75c35c436c3929f2ee75f559d05cff5cbd
emit-rtl.c (init_emit_once): Iterate through the MODE_PARTIAL_INT modes with MIN_MODE_PARTIAL_INT and...

* emit-rtl.c (init_emit_once): Iterate through the
MODE_PARTIAL_INT modes with MIN_MODE_PARTIAL_INT and
MAX_MODE_PARTIAL_INT, as GET_MODE_WIDER_MODE doesn't step through
all the MIN_MODE_PARTIAL_INT modes anymore.

From-SVN: r188402
gcc/ChangeLog
gcc/emit-rtl.c