diff options
Diffstat (limited to 'src/ortho/llvm4-nodebug')
| -rw-r--r-- | src/ortho/llvm4-nodebug/ortho_llvm.adb | 2 | 
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;  | 
