predicates.md (tp_or_register_operand): Remove predicate.

* config/i386/predicates.md (tp_or_register_operand): Remove predicate.

From-SVN: r176930
This commit is contained in:
Uros Bizjak 2011-07-29 17:58:58 +02:00 committed by Uros Bizjak
parent d2da41f5cc
commit 8984005841
2 changed files with 4 additions and 5 deletions

View File

@ -1,3 +1,7 @@
2011-07-29 Uros Bizjak <ubizjak@gmail.com>
* config/i386/predicates.md (tp_or_register_operand): Remove predicate.
2011-07-29 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* config/alpha/driver-alpha.c (IMPLVER_EV4_FAMILY,

View File

@ -490,11 +490,6 @@
(and (match_code "symbol_ref")
(match_test "op == ix86_tls_module_base ()")))
(define_predicate "tp_or_register_operand"
(ior (match_operand 0 "register_operand")
(and (match_code "unspec")
(match_test "XINT (op, 1) == UNSPEC_TP"))))
;; Test for a pc-relative call operand
(define_predicate "constant_call_address_operand"
(match_code "symbol_ref")