OSDN Git Service

* dwarf2out.c (mem_loc_descriptor): Accept UNGT as well.
authorebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 13 Oct 2009 22:04:28 +0000 (22:04 +0000)
committerebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 13 Oct 2009 22:04:28 +0000 (22:04 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@152733 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/dwarf2out.c

index a1108fc..85660d7 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 a8d0048..1e47e7a 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: