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

From-SVN: r192654
This commit is contained in:
Joern Rennecke 2012-10-21 14:15:29 +00:00 committed by Joern Rennecke
parent 286177b236
commit dff1289d12
2 changed files with 5 additions and 1 deletions

View 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

View 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)