* dwarf2out.c (mem_loc_descriptor): Accept UNGT as well.
From-SVN: r152733
This commit is contained in:
parent
d5274ef620
commit
0e081833c3
@ -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
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user