This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch] h8300.md: Fix a comment typo.


Hi,

Committed as obvious.

Kazu Hirata

2003-11-28  Kazu Hirata  <kazu@cs.umass.edu>

	* config/h8300/h8300.md: Fix a comment typo.

Index: h8300.md
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/h8300/h8300.md,v
retrieving revision 1.251
diff -u -r1.251 h8300.md
--- h8300.md	28 Nov 2003 05:27:10 -0000	1.251
+++ h8300.md	28 Nov 2003 05:37:49 -0000
@@ -4500,7 +4500,7 @@
 ;; dead   127                       geu/ltu and.b and test
 ;; dead   255                       geu/ltu and.b and test
 ;;
-;; dead 65535                       geu/ltu mov.w
+;; ---- 65535                       geu/ltu mov.w
 
 ;; For a small constant, it is cheaper to actually do the subtraction
 ;; and then test the register.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]