pdp11.md (abshi2): Delete TARGET_ABSHI_BUILTIN.

* config/pdp11/pdp11.md (abshi2): Delete TARGET_ABSHI_BUILTIN.
* config/pdp11/pdp11.c (TARGET_DEFAULT_TARGET_FLAGS): Ditto.
* config/pdp11/pdp11.opt (-mabshi): Delete.

From-SVN: r166928
This commit is contained in:
Paul Koning 2010-11-18 20:57:00 -05:00 committed by Paul Koning
parent 6d119d8f85
commit 13478fb039
4 changed files with 8 additions and 6 deletions

View File

@ -1,3 +1,9 @@
2010-11-18 Paul Koning <ni1d@arrl.net>
* config/pdp11/pdp11.md (abshi2): Delete TARGET_ABSHI_BUILTIN.
* config/pdp11/pdp11.c (TARGET_DEFAULT_TARGET_FLAGS): Ditto.
* config/pdp11/pdp11.opt (-mabshi): Delete.
2010-11-19 Mingjie Xing <mingjie.xing@gmail.com>
* resource.h (struct resources): Fix typo in the comment.

View File

@ -187,7 +187,7 @@ static const struct default_options pdp11_option_optimization_table[] =
#undef TARGET_DEFAULT_TARGET_FLAGS
#define TARGET_DEFAULT_TARGET_FLAGS \
(MASK_FPU | MASK_45 | MASK_ABSHI_BUILTIN | TARGET_UNIX_ASM_DEFAULT)
(MASK_FPU | MASK_45 | TARGET_UNIX_ASM_DEFAULT)
#undef TARGET_HANDLE_OPTION
#define TARGET_HANDLE_OPTION pdp11_handle_option
#undef TARGET_OPTION_OPTIMIZATION_TABLE

View File

@ -1068,7 +1068,7 @@
(define_insn "abshi2"
[(set (match_operand:HI 0 "nonimmediate_operand" "=r,o")
(abs:HI (match_operand:HI 1 "general_operand" "0,0")))]
"TARGET_ABSHI_BUILTIN"
""
"*
{
static int count = 0;

View File

@ -30,10 +30,6 @@ m45
Target Report Mask(45)
Generate code for an 11/45
mabshi
Target Report Mask(ABSHI_BUILTIN)
Use 16-bit abs patterns
mac0
Target Report Mask(AC0)
Return floating-point results in ac0 (fr0 in Unix assembler syntax)