summaryrefslogtreecommitdiff
path: root/gcc/config/mips/predicates.md
diff options
context:
space:
mode:
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>2005-05-11 20:03:39 +0000
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>2005-05-11 20:03:39 +0000
commit162a101bb5a3c63473aadb8c7d4ffc6c537b6eac (patch)
tree79dea2ef56ed8ff8191ea62c70e2ddbd9920505f /gcc/config/mips/predicates.md
parente58cabff22797e29db80557715c9cc8315d00961 (diff)
downloadgcc-162a101bb5a3c63473aadb8c7d4ffc6c537b6eac.tar.gz
* config/mips/7000.md (rm7_impy_si_mult): Just match imul and imadd.
Remove hilo_operand check. (rm7_impy_si_mul): Just match imul3. Remove hilo_operand check. * config/mips/predicates.md (hilo_operand): Delete. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99592 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/mips/predicates.md')
-rw-r--r--gcc/config/mips/predicates.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/config/mips/predicates.md b/gcc/config/mips/predicates.md
index 9e9acdae9f0..d486cfc10c4 100644
--- a/gcc/config/mips/predicates.md
+++ b/gcc/config/mips/predicates.md
@@ -69,10 +69,6 @@
(and (match_code "reg")
(match_test "FP_REG_P (REGNO (op))")))
-(define_predicate "hilo_operand"
- (and (match_code "reg")
- (match_test "MD_REG_P (REGNO (op))")))
-
(define_predicate "lo_operand"
(and (match_code "reg")
(match_test "REGNO (op) == LO_REGNUM")))