diff options
author | Uros Bizjak <ubizjak@gmail.com> | 2010-04-06 15:20:39 +0200 |
---|---|---|
committer | Uros Bizjak <uros@gcc.gnu.org> | 2010-04-06 15:20:39 +0200 |
commit | 6593d123774ef4d9e43a06e37ecd32c362718b16 (patch) | |
tree | 672264c95b887273606c2fe1029c24b40d483a69 /gcc | |
parent | 2b56d6a4250278089594886154f3f791a0d79639 (diff) | |
download | gcc-6593d123774ef4d9e43a06e37ecd32c362718b16.zip gcc-6593d123774ef4d9e43a06e37ecd32c362718b16.tar.gz gcc-6593d123774ef4d9e43a06e37ecd32c362718b16.tar.bz2 |
i386.md: Remove comment about 'e' and 'E' operand modifier.
* config/i386/i386.md: Remove comment about 'e' and 'E'
operand modifier.
From-SVN: r157994
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/config/i386/i386.md | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7c66f3e..77af22c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2010-04-06 Uros Bizjak <ubizjak@gmail.com> + + * config/i386/i386.md: Remove comment about 'e' and 'E' + operand modifier. + 2010-04-06 Richard Guenther <rguenther@suse.de> PR tree-optimization/43627 diff --git a/gcc/config/i386/i386.md b/gcc/config/i386/i386.md index 9adf0a6..376d10e 100644 --- a/gcc/config/i386/i386.md +++ b/gcc/config/i386/i386.md @@ -30,7 +30,6 @@ ;; L,W,B,Q,S,T -- print the opcode suffix for specified size of operand. ;; C -- print opcode suffix for set/cmov insn. ;; c -- like C, but print reversed condition -;; E,e -- likewise, but for compare-and-branch fused insn. ;; F,f -- likewise, but for floating-point. ;; O -- if HAVE_AS_IX86_CMOV_SUN_SYNTAX, expand to "w.", "l." or "q.", ;; otherwise nothing |