diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2004-02-02 06:31:08 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2004-02-02 06:31:08 +0000 |
commit | 1c563bedd20566f2808fed0054fa2c6839520748 (patch) | |
tree | 2249fc0052d6cffd5c822372939c700c16faed7e /gcc/config/ip2k/ip2k.md | |
parent | 67245ad3f1592c28916332c9ce03d49c0c3f0acd (diff) | |
download | gcc-1c563bedd20566f2808fed0054fa2c6839520748.tar.gz |
arc.md, [...]: Replace gen_rtx with gen_rtx_fmt_e*.
* config/arc/arc.md, config/arm/arm.c, config/arm/arm.md,
config/c4x/c4x.c, config/c4x/c4x.md, config/cris/cris.md,
config/frv/frv.c, config/h8300/h8300.c, config/ip2k/ip2k.md,
config/iq2000/iq2000.c, config/m32r/m32r.c,
config/mcore/mcore.c, config/mips/mips.c, config/mmix/mmix.md,
config/mn10300/mn10300.c, config/rs6000/rs6000.c,
config/rs6000/rs6000.md, config/sh/sh.c, config/sh/sh.md,
config/stormy16/stormy16.c, config/v850/v850.md,
config/xtensa/xtensa.c: Replace gen_rtx with gen_rtx_fmt_e*.
From-SVN: r77098
Diffstat (limited to 'gcc/config/ip2k/ip2k.md')
-rw-r--r-- | gcc/config/ip2k/ip2k.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/config/ip2k/ip2k.md b/gcc/config/ip2k/ip2k.md index e51db0255ae..ea46d3cbb77 100644 --- a/gcc/config/ip2k/ip2k.md +++ b/gcc/config/ip2k/ip2k.md @@ -1,6 +1,7 @@ ;; -*- Mode: Scheme -*- ;; GCC machine description for Ubicom IP2022 Communications Controller. -;; Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc. +;; Copyright (C) 2000, 2001, 2002, 2004 +;; Free Software Foundation, Inc. ;; Contributed by Red Hat, Inc and Ubicom, Inc. ;; ;; This file is part of GCC. @@ -4846,7 +4847,7 @@ (label_ref (match_operand 0 "" "")) (pc)))] "{ - operands[2] = gen_rtx (reverse_condition (GET_CODE (operands[1])), + operands[2] = gen_rtx_fmt_ee (reverse_condition (GET_CODE (operands[1])), GET_MODE (operands[1]), cc0_rtx, const0_rtx); }") |