From bacadbd11dd7686aa85b3f8bdb9634bfc3e6663c Mon Sep 17 00:00:00 2001 From: ebotcazou Date: Tue, 13 Oct 2009 22:04:28 +0000 Subject: * dwarf2out.c (mem_loc_descriptor): Accept UNGT as well. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@152733 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/dwarf2out.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gcc/dwarf2out.c') 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: -- cgit v1.2.1