* dwarf2out.c (mem_loc_descriptor): Accept UNGT as well.
authorEric Botcazou <ebotcazou@adacore.com>
Tue, 13 Oct 2009 22:04:28 +0000 (22:04 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Tue, 13 Oct 2009 22:04:28 +0000 (22:04 +0000)
From-SVN: r152733

gcc/ChangeLog
gcc/dwarf2out.c

index a1108fca62739fef60098e9d0cf8bc150318d255..85660d7c5e9c2f3d3a49cd156d9f41334bb3703b 100644 (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
index a8d0048e17f9d4a3fadfa377e1bc66b121c7ae00..1e47e7a17042c3b4cf1995b3455ac306eb939080 100644 (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: