diff options
author | ebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-10-13 22:04:28 +0000 |
---|---|---|
committer | ebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-10-13 22:04:28 +0000 |
commit | bacadbd11dd7686aa85b3f8bdb9634bfc3e6663c (patch) | |
tree | 820b3d0e695dd9a981574da8c15dde1211a0b064 /gcc/dwarf2out.c | |
parent | 01fe3b16a844650b7c04bcc9b616911885601dea (diff) | |
download | gcc-bacadbd11dd7686aa85b3f8bdb9634bfc3e6663c.tar.gz |
* 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
Diffstat (limited to 'gcc/dwarf2out.c')
-rw-r--r-- | gcc/dwarf2out.c | 1 |
1 files changed, 1 insertions, 0 deletions
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: |