Commit cec12c7a by Rainer Orth Committed by Rainer Orth

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
parent ca86ddcc
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
......
;; 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.
......
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