This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
On Thu, Mar 21, 2002 at 06:30:01PM -0500, Peter Barada wrote: > In what way should I modify the pattern? You have to modify it such that it doesn't match a (mem (plus reg reg)) dest with an immediate source of course. Presumably you've already added a constraint letter that means mem without reg+reg, since you would have needed such a thing for your fp troubles. r~
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |