diff options
author | John Wehle <john@feith.com> | 1998-06-21 00:26:51 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1998-06-20 18:26:51 -0600 |
commit | c0067dc8d55be0b9e269692300cb05e70506ba84 (patch) | |
tree | ecb5d34e9f63763a559d509ac8037f2db25b6a4a /gcc/config/i386/i386.md | |
parent | a24da858abcb8a310a27c6e20793e56ab4810369 (diff) | |
download | gcc-c0067dc8d55be0b9e269692300cb05e70506ba84.tar.gz |
i386.c (output_fp_conditional_move): Don't bother handling (cc_prev_status.flags && CC_NO_OVERFLOW) since the INSN...
* i386.c (output_fp_conditional_move): Don't bother handling
(cc_prev_status.flags && CC_NO_OVERFLOW) since the INSN patterns
prevent this from happening.
* i386.md (nonlocal_goto_receiver): Delete.
From-SVN: r20632
Diffstat (limited to 'gcc/config/i386/i386.md')
-rw-r--r-- | gcc/config/i386/i386.md | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/gcc/config/i386/i386.md b/gcc/config/i386/i386.md index e3dbea9ab3b..c7412b736a8 100644 --- a/gcc/config/i386/i386.md +++ b/gcc/config/i386/i386.md @@ -7797,12 +7797,3 @@ byte_xor_operation: emit_move_insn (operands[0], virtual_stack_dynamic_rtx); DONE; }") - -(define_expand "nonlocal_goto_receiver" - [(const_int 0)] - "flag_pic" - " -{ - load_pic_register (1); - DONE; -}") |