Commit 1f347158 by Eric Botcazou Committed by Eric Botcazou

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

From-SVN: r215924
parent 44a0c6cb
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.
2014-10-06 Jakub Jelinek <jakub@redhat.com>
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment