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 15090e216..4e02a908a 100644 --- a/src/ortho/llvm4-nodebug/ortho_llvm.adb +++ b/src/ortho/llvm4-nodebug/ortho_llvm.adb @@ -27,7 +27,7 @@ package body Ortho_LLVM is -- The current function node (needed for return type). Cur_Func_Decl : O_Dnode; - -- Wether the code is currently unreachable. LLVM doesn't accept basic + -- Whether the code is currently unreachable. LLVM doesn't accept basic -- blocks that cannot be reached (using trivial rules). So we need to -- discard instructions after a return, a next or an exit statement. Unreach : Boolean; |