From 8984005841121ca4d6336da74d64e5ebe89ab5ea Mon Sep 17 00:00:00 2001 From: Uros Bizjak Date: Fri, 29 Jul 2011 17:58:58 +0200 Subject: [PATCH] predicates.md (tp_or_register_operand): Remove predicate. * config/i386/predicates.md (tp_or_register_operand): Remove predicate. From-SVN: r176930 --- gcc/ChangeLog | 4 ++++ gcc/config/i386/predicates.md | 5 ----- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b838758d2c3..738144dac20 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2011-07-29 Uros Bizjak + + * config/i386/predicates.md (tp_or_register_operand): Remove predicate. + 2011-07-29 Rainer Orth * config/alpha/driver-alpha.c (IMPLVER_EV4_FAMILY, diff --git a/gcc/config/i386/predicates.md b/gcc/config/i386/predicates.md index f7a08ffa205..906c054d5e0 100644 --- a/gcc/config/i386/predicates.md +++ b/gcc/config/i386/predicates.md @@ -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") -- 2.30.2