mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-24 16:30:53 +08:00
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:
parent
ca86ddcc24
commit
cec12c7a9b
@ -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
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user