* dwarf2out.c (mem_loc_descriptor): Accept UNGT as well.

From-SVN: r152733
This commit is contained in:
Eric Botcazou 2009-10-13 22:04:28 +00:00 committed by Eric Botcazou
parent d5274ef620
commit 0e081833c3
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2009-10-13 Eric Botcazou <ebotcazou@adacore.com>
* dwarf2out.c (mem_loc_descriptor): Accept UNGT as well.
2009-10-13 Richard Henderson <rth@redhat.com>
PR tree-optimization/41377

View File

@ -13381,6 +13381,7 @@ mem_loc_descriptor (rtx rtl, enum machine_mode mode,
case ORDERED:
case UNEQ:
case UNGE:
case UNGT:
case UNLE:
case UNLT:
case LTGT: