From: Eric Botcazou Date: Tue, 13 Oct 2009 22:04:28 +0000 (+0000) Subject: * dwarf2out.c (mem_loc_descriptor): Accept UNGT as well. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0e081833c340d81b2bc2e25ecfd83d605dedad4a;p=gcc.git * dwarf2out.c (mem_loc_descriptor): Accept UNGT as well. From-SVN: r152733 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a1108fca627..85660d7c5e9 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2009-10-13 Eric Botcazou + + * dwarf2out.c (mem_loc_descriptor): Accept UNGT as well. + 2009-10-13 Richard Henderson PR tree-optimization/41377 diff --git a/gcc/dwarf2out.c b/gcc/dwarf2out.c index a8d0048e17f..1e47e7a1704 100644 --- a/gcc/dwarf2out.c +++ b/gcc/dwarf2out.c @@ -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: