]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* rtl.def (ADDR_DIFF_VEC): Fix comment typo.
authorJoern Rennecke <joern.rennecke@embecosm.com>
Sun, 21 Oct 2012 14:15:29 +0000 (14:15 +0000)
committerJoern Rennecke <amylaar@gcc.gnu.org>
Sun, 21 Oct 2012 14:15:29 +0000 (15:15 +0100)
From-SVN: r192654

gcc/ChangeLog
gcc/rtl.def

index 1a400886d3b59f192dd201465d9f7e4d157f5c13..a4c6e9e1400e9744642cc748121b3c90bb430c59 100644 (file)
@@ -1,3 +1,7 @@
+2012-10-21  Joern Rennecke  <joern.rennecke@embecosm.com>
+
+       * rtl.def (ADDR_DIFF_VEC): Fix comment typo.
+
 2012-10-21  Eric Botcazou  <ebotcazou@adacore.com>
 
        PR rtl-optimization/44194
index e8a6adfd0990b869cedb222293d01f7af77aed1f..32098af7dbe980b4d48caee24459909851e89cdf 100644 (file)
@@ -241,7 +241,7 @@ DEF_RTL_EXPR(ADDR_VEC, "addr_vec", "E", RTX_EXTRA)
 
    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)