final.c (final_scan_insn): Remove extra extract_insn call; Use caching for constrain_...
authorJan Hubicka <jh@suse.cz>
Fri, 29 Sep 2000 11:40:24 +0000 (11:40 +0000)
committerJan Hubicka <hubicka@gcc.gnu.org>
Fri, 29 Sep 2000 11:40:24 +0000 (11:40 +0000)
commit6c698a6d9b4a78f1258cbf2432047a4e23fbc9d5
tree86f0f02c1cd763e7136d740c442a6c1fed6e56af
parentb1cdafbb6c7bef4c21922ae2ce25b64445dc49cc
final.c (final_scan_insn): Remove extra extract_insn call; Use caching for constrain_operands.

* final.c (final_scan_insn): Remove extra extract_insn call;
Use caching for constrain_operands.
(cleanup_subreg_operands): Use caching for extract_insn.
* recog.c (constrain_operands_cached): New.
* recog.h (constrain_operands_cached): Declare.
* i386.c (ix86_attr_length_immediate_default,
ix86_attr_length_address_default, ix86_agi_dependant): Cache
extract_insn call.

* recog.c (asm_noperands): Tweak.
(extract_insn): Do not call asm_noperads for non-asm instructions.

From-SVN: r36665
gcc/ChangeLog
gcc/config/i386/i386.c
gcc/final.c
gcc/recog.c
gcc/recog.h