This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[PATCH, i386]: Remove misleading comment
- From: "Uros Bizjak" <ubizjak at gmail dot com>
- To: "GCC Patches" <gcc-patches at gcc dot gnu dot org>
- Date: Thu, 15 Feb 2007 11:24:13 +0100
- Subject: [PATCH, i386]: Remove misleading comment
Hello!
Index: ChangeLog
===================================================================
--- ChangeLog (revision 121990)
+++ ChangeLog (working copy)
@@ -1,3 +1,7 @@
+2007-02-15 Uros Bizjak <ubizjak@gmail.com>
+
+ * config/i386/i386.md: Remove misleading comment.
+
2007-02-15 Alexandre Oliva <aoliva@redhat.com>
* config/frv/frv.md (reload_incc, reload_outcc, reload_incc_uns,
Index: config/i386/i386.md
===================================================================
--- config/i386/i386.md (revision 121990)
+++ config/i386/i386.md (working copy)
@@ -27,9 +27,6 @@
;;
;; See file "rtl.def" for documentation on define_insn, match_*, et. al.
;;
-;; Macro REG_CLASS_FROM_LETTER in file i386.h defines the register
-;; constraint letters.
-;;
;; The special asm out single letter directives following a '%' are:
;; 'z' mov%z1 would be movl, movw, or movb depending on the mode of
;; operands[1].
Uros.