* config/mep/mep.c (conversions[]): Add "ml" pattern.

From-SVN: r151543
This commit is contained in:
DJ Delorie 2009-09-08 20:17:52 -04:00 committed by DJ Delorie
parent 06ae202234
commit 5fb455bc70
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2009-09-08 DJ Delorie <dj@redhat.com>
* config/mep/mep.c (conversions[]): Add "ml" pattern.
2009-09-04 Jason Merrill <jason@redhat.com>
* tree.c (tree_find_value): Remove.

View File

@ -3297,6 +3297,7 @@ const conversions[] =
{ 0, "m+ri", "3(2)" },
{ 0, "mr", "(1)" },
{ 0, "ms", "(1)" },
{ 0, "ml", "(1)" },
{ 0, "mLrs", "%lo(3)(2)" },
{ 0, "mLr+si", "%lo(4+5)(2)" },
{ 0, "m+ru2s", "%tpoff(5)(2)" },