diff options
Diffstat (limited to 'src/ortho')
-rw-r--r-- | src/ortho/llvm-nodebug/ortho_llvm.adb | 2 | ||||
-rw-r--r-- | src/ortho/llvm/ortho_llvm.adb | 2 | ||||
-rw-r--r-- | src/ortho/llvm4-nodebug/ortho_llvm.adb | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/ortho/llvm-nodebug/ortho_llvm.adb b/src/ortho/llvm-nodebug/ortho_llvm.adb index 9edc264a7..7eb7277c6 100644 --- a/src/ortho/llvm-nodebug/ortho_llvm.adb +++ b/src/ortho/llvm-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; diff --git a/src/ortho/llvm/ortho_llvm.adb b/src/ortho/llvm/ortho_llvm.adb index 7e3ee626c..d5e172532 100644 --- a/src/ortho/llvm/ortho_llvm.adb +++ b/src/ortho/llvm/ortho_llvm.adb @@ -28,7 +28,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; 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; |