aboutsummaryrefslogtreecommitdiffstats
path: root/src/ortho
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2020-06-09 07:44:25 +0200
committerTristan Gingold <tgingold@free.fr>2020-06-09 18:31:58 +0200
commit1ac7c2afafbd21879c0074aabeeecfe2d9eb3dfa (patch)
tree77773be17eb44de77c695c261f9eab94b25af655 /src/ortho
parentc1b1ba07599d27fe30f3814d7e01fb88b82c32db (diff)
downloadghdl-1ac7c2afafbd21879c0074aabeeecfe2d9eb3dfa.tar.gz
ghdl-1ac7c2afafbd21879c0074aabeeecfe2d9eb3dfa.tar.bz2
ghdl-1ac7c2afafbd21879c0074aabeeecfe2d9eb3dfa.zip
ortho/llvm4-nodebug: fix a comment.
Diffstat (limited to 'src/ortho')
-rw-r--r--src/ortho/llvm4-nodebug/ortho_llvm.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ortho/llvm4-nodebug/ortho_llvm.adb b/src/ortho/llvm4-nodebug/ortho_llvm.adb
index 68828497b..e00e12aac 100644
--- a/src/ortho/llvm4-nodebug/ortho_llvm.adb
+++ b/src/ortho/llvm4-nodebug/ortho_llvm.adb
@@ -955,7 +955,7 @@ package body Ortho_LLVM is
end case;
when ON_Mod_Ov
- | ON_Rem_Ov => -- FIXME...
+ | ON_Rem_Ov =>
case Left.Etype.Kind is
when ON_Unsigned_Type =>
Build := BuildURem'Access;