* loop.c (maybe_eliminate_biv_1): Use GET_CODE (x) == CONST_INT instead
authorhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 23 Apr 2000 12:28:50 +0000 (12:28 +0000)
committerhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 23 Apr 2000 12:28:50 +0000 (12:28 +0000)
commitd66834dccc147a2eb86dc4e796423a03d7d2c4d4
treeb4cb713d9c27cb66aed3775a3ac8116d7487cd8b
parentdbbe8891bcb5a1f43dbacf9d61901e8e714f1309
* loop.c (maybe_eliminate_biv_1): Use GET_CODE (x) == CONST_INT instead
of CONSTANT_P for mult_val; always use validate_change to update insn.

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