diff options
author | Bernd Schmidt <bernds@cygnus.co.uk> | 1999-10-01 10:00:33 +0000 |
---|---|---|
committer | Bernd Schmidt <crux@gcc.gnu.org> | 1999-10-01 10:00:33 +0000 |
commit | 19af645506250e3ba54b35491e70f67485904168 (patch) | |
tree | 70f6058ae5fb3c1614281db92972314c13b5c500 /gcc/final.c | |
parent | 39d6e3d71b06eb47a429ae05f0252131aef51999 (diff) | |
download | gcc-19af645506250e3ba54b35491e70f67485904168.zip gcc-19af645506250e3ba54b35491e70f67485904168.tar.gz gcc-19af645506250e3ba54b35491e70f67485904168.tar.bz2 |
Delete !REGISTER_CONSTRAINTS code
From-SVN: r29753
Diffstat (limited to 'gcc/final.c')
-rw-r--r-- | gcc/final.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/final.c b/gcc/final.c index 7e6f60bf..5ef12ef3 100644 --- a/gcc/final.c +++ b/gcc/final.c @@ -2886,10 +2886,8 @@ final_scan_insn (insn, file, optimize, prescan, nopeepholes) extract_insn (insn); cleanup_subreg_operands (insn); -#ifdef REGISTER_CONSTRAINTS if (! constrain_operands (1)) fatal_insn_not_found (insn); -#endif /* Some target machines need to prescan each insn before it is output. */ |