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]

committed: Fix ADDR_DIFF_VEC comment typo.


Committed as obvious.
2012-10-21  Joern Rennecke  <joern.rennecke@embecosm.com>

	* rtl.def (ADDR_DIFF_VEC): Fix comment typo.

Index: rtl.def
===================================================================
--- rtl.def	(revision 192653)
+++ rtl.def	(working copy)
@@ -241,7 +241,7 @@ DEF_RTL_EXPR(ADDR_VEC, "addr_vec", "E",
 
    The third, fourth and fifth operands are only valid when
    CASE_VECTOR_SHORTEN_MODE is defined, and only in an optimizing
-   compilations.  */
+   compilation.  */
 
 DEF_RTL_EXPR(ADDR_DIFF_VEC, "addr_diff_vec", "eEee0", RTX_EXTRA)
 

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