* rtl.def (ADDR_DIFF_VEC): Fix comment typo.
From-SVN: r192654
This commit is contained in:
parent
286177b236
commit
dff1289d12
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue