aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;