From: Joern Rennecke Date: Sun, 21 Oct 2012 14:15:29 +0000 (+0000) Subject: * rtl.def (ADDR_DIFF_VEC): Fix comment typo. X-Git-Tag: misc/gccgo-go1_1_2~64 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dff1289d12ede45140c5ec982d361a8f3392adcd;p=thirdparty%2Fgcc.git * rtl.def (ADDR_DIFF_VEC): Fix comment typo. From-SVN: r192654 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1a400886d3b5..a4c6e9e1400e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2012-10-21 Joern Rennecke + + * rtl.def (ADDR_DIFF_VEC): Fix comment typo. + 2012-10-21 Eric Botcazou PR rtl-optimization/44194 diff --git a/gcc/rtl.def b/gcc/rtl.def index e8a6adfd0990..32098af7dbe9 100644 --- a/gcc/rtl.def +++ b/gcc/rtl.def @@ -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)