diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1996-03-16 19:19:01 -0500 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1996-03-16 19:19:01 -0500 |
commit | 0c0558276011b8b544407d3c1e1c5bbbdce0047e (patch) | |
tree | 5049cca598d71389df36985cf8f1fcb0e3a1ad11 /gcc | |
parent | 8ab92e4eeb181a450d0bec5d7b33152d961d0ddf (diff) | |
download | gcc-0c0558276011b8b544407d3c1e1c5bbbdce0047e.zip gcc-0c0558276011b8b544407d3c1e1c5bbbdce0047e.tar.gz gcc-0c0558276011b8b544407d3c1e1c5bbbdce0047e.tar.bz2 |
(insv): Restore missing end of comment.
From-SVN: r11546
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/i386/i386.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config/i386/i386.md b/gcc/config/i386/i386.md index 37e5dbf..acf0cd6 100644 --- a/gcc/config/i386/i386.md +++ b/gcc/config/i386/i386.md @@ -4676,6 +4676,7 @@ && ! INTVAL (operands[1]) == 1) FAIL; }") +*/ ;; On i386, the register count for a bit operation is *not* truncated, ;; so SHIFT_COUNT_TRUNCATED must not be defined. |