]> gcc.gnu.org Git - gcc.git/commit
recog.h (struct recog_data): New field is_operator.
authorBernd Schmidt <bernd.schmidt@codesourcery.com>
Fri, 16 Apr 2010 09:32:21 +0000 (09:32 +0000)
committerBernd Schmidt <bernds@gcc.gnu.org>
Fri, 16 Apr 2010 09:32:21 +0000 (09:32 +0000)
commit6ddfdb0f7e310a026479c484e32d020b1cbeedf8
treee2e650590b499c11d4614b72675674b86849b851
parent5312b0660e6f24145896e84382d184c16c884bf1
recog.h (struct recog_data): New field is_operator.

* recog.h (struct recog_data): New field is_operator.
(struct insn_operand_data): New field is_operator.
* recog.c (extract_insn): Set recog_data.is_operator.
* genoutput.c (output_operand_data): Emit code to set the
is_operator field.
* reload.c (find_reloads): Use it rather than testing for an
empty constraint string.

From-SVN: r158403
gcc/ChangeLog
gcc/genoutput.c
gcc/recog.c
gcc/recog.h
gcc/reload.c
This page took 0.058631 seconds and 5 git commands to generate.