(fold_rtx...
authorRichard Kenner <kenner@gcc.gnu.org>
Sun, 26 Dec 1993 12:55:11 +0000 (07:55 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Sun, 26 Dec 1993 12:55:11 +0000 (07:55 -0500)
commitc2cc077888d46ed6c75ad56599af8d78da74b317
tree50547e360c759c9f023e73579b0f2702d78f919a
parent75600ead0c51e477b2993ff06ec7810636def420
(fold_rtx...

(fold_rtx, case PLUS): If we have (plus A B), A is equivalent to a
negative constant, and the negated constant is in register, convert to
(minus A C) where C is the register containing the negated constant.

From-SVN: r6326
gcc/cse.c