re PR target/28285 (duplicate case value in alpha_swapped_comparison operator)

PR target/28285
	* config/alpha/predicates.md (alpha_swapped_comparison_operator):
	Remove duplicate gtu.

From-SVN: r115225
This commit is contained in:
Rainer Orth 2006-07-06 17:16:48 +00:00 committed by Rainer Orth
parent ca86ddcc24
commit cec12c7a9b
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2006-07-06 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
PR target/28285
* config/alpha/predicates.md (alpha_swapped_comparison_operator):
Remove duplicate gtu.
2006-07-05 Jason Merrill <jason@redhat.com>
PR c++/13983

View File

@ -1,5 +1,5 @@
;; Predicate definitions for DEC Alpha.
;; Copyright (C) 2004, 2005 Free Software Foundation, Inc.
;; Copyright (C) 2004, 2005, 2006 Free Software Foundation, Inc.
;;
;; This file is part of GCC.
;;
@ -542,7 +542,7 @@
;; Similarly, but with swapped operands.
(define_predicate "alpha_swapped_comparison_operator"
(match_code "eq,ge,gt,gtu,gtu"))
(match_code "eq,ge,gt,gtu"))
;; Return 1 if OP is a valid Alpha comparison operator against zero
;; for "bcc" style instructions.