* config/sparc/predicates.md (int_register_operand): Delete.

From-SVN: r215924
This commit is contained in:
Eric Botcazou 2014-10-06 11:08:40 +00:00 committed by Eric Botcazou
parent 44a0c6cbeb
commit 1f347158d6
2 changed files with 4 additions and 5 deletions

View File

@ -1,3 +1,7 @@
2014-10-06 Eric Botcazou <ebotcazou@adacore.com>
* config/sparc/predicates.md (int_register_operand): Delete.
2014-10-06 Eric Botcazou <ebotcazou@adacore.com>
* dwarf2cfi.c (create_pseudo_cfg): Fix trace numbering.

View File

@ -260,11 +260,6 @@
return REG_P (op) && SPARC_FP_REG_P (REGNO (op));
})
;; Return true if OP is an integer register.
(define_special_predicate "int_register_operand"
(ior (match_test "register_operand (op, SImode)")
(match_test "TARGET_ARCH64 && register_operand (op, DImode)")))
;; Return true if OP is an integer register of the appropriate mode
;; for a cstore result.
(define_special_predicate "cstore_result_operand"