Tested on SPARC/Solaris, applied on the mainline.

2014-10-06  Eric Botcazou  <ebotca...@adacore.com>

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


-- 
Eric Botcazou
Index: config/sparc/predicates.md
===================================================================
--- config/sparc/predicates.md	(revision 215843)
+++ config/sparc/predicates.md	(working copy)
@@ -260,11 +260,6 @@ (define_predicate "fp_register_operand"
   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"

Reply via email to