Commit 89840058 by Uros Bizjak Committed by Uros Bizjak

predicates.md (tp_or_register_operand): Remove predicate.

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

From-SVN: r176930
parent d2da41f5
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> 2011-07-29 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* config/alpha/driver-alpha.c (IMPLVER_EV4_FAMILY, * config/alpha/driver-alpha.c (IMPLVER_EV4_FAMILY,
......
...@@ -490,11 +490,6 @@ ...@@ -490,11 +490,6 @@
(and (match_code "symbol_ref") (and (match_code "symbol_ref")
(match_test "op == ix86_tls_module_base ()"))) (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 ;; Test for a pc-relative call operand
(define_predicate "constant_call_address_operand" (define_predicate "constant_call_address_operand"
(match_code "symbol_ref") (match_code "symbol_ref")
......
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