aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/i386/sync.md
diff options
context:
space:
mode:
authorUros Bizjak <ubizjak@gmail.com>2010-04-14 18:16:31 +0200
committerUros Bizjak <uros@gcc.gnu.org>2010-04-14 18:16:31 +0200
commit4a5528ccf5d3d6a3c93bb40b404257ba41d51b2a (patch)
treee2be1e245d9122761de96a1482b414f00c743c8e /gcc/config/i386/sync.md
parent289fcbbd6e1e9683416f6a6380faa9471787e079 (diff)
downloadgcc-4a5528ccf5d3d6a3c93bb40b404257ba41d51b2a.zip
gcc-4a5528ccf5d3d6a3c93bb40b404257ba41d51b2a.tar.gz
gcc-4a5528ccf5d3d6a3c93bb40b404257ba41d51b2a.tar.bz2
i386.md (maxmin_int): Rename code attribute from maxminiprefix and update all users.
* config/i386/i386.md (maxmin_int): Rename code attribute from maxminiprefix and update all users. (maxmin_float): Ditto from maxminfprefix. (logic): Ditto from logicprefix. (absneg_mnemonic): Ditto from absnegprefix. * config/i386/mmx.md: Update all users of maxminiprefix, maxminfprefix and loficprefix for rename. * config/i386/sse.md: Ditto. * config/i386/sync.md (sync_<code><mode>): Update for logicprefix rename. From-SVN: r158350
Diffstat (limited to 'gcc/config/i386/sync.md')
-rw-r--r--gcc/config/i386/sync.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/i386/sync.md b/gcc/config/i386/sync.md
index feea161..0fb10bc 100644
--- a/gcc/config/i386/sync.md
+++ b/gcc/config/i386/sync.md
@@ -236,4 +236,4 @@
UNSPECV_LOCK))
(clobber (reg:CC FLAGS_REG))]
""
- "lock{%;| }<logicprefix>{<imodesuffix>}\t{%1, %0|%0, %1}")
+ "lock{%;| }<logic>{<imodesuffix>}\t{%1, %0|%0, %1}")