Commit 0e081833 by Eric Botcazou Committed by Eric Botcazou

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

From-SVN: r152733
parent d5274ef6
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> 2009-10-13 Richard Henderson <rth@redhat.com>
PR tree-optimization/41377 PR tree-optimization/41377
...@@ -13381,6 +13381,7 @@ mem_loc_descriptor (rtx rtl, enum machine_mode mode, ...@@ -13381,6 +13381,7 @@ mem_loc_descriptor (rtx rtl, enum machine_mode mode,
case ORDERED: case ORDERED:
case UNEQ: case UNEQ:
case UNGE: case UNGE:
case UNGT:
case UNLE: case UNLE:
case UNLT: case UNLT:
case LTGT: case LTGT:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment