diff options
author | Tristan Gingold <tgingold@free.fr> | 2018-05-26 21:17:15 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2018-06-01 08:23:52 +0200 |
commit | aa9b985a82c68b5787c834c91359afd900a365b3 (patch) | |
tree | 7c8f244184fe991d02e04762d493eaa3f6a4488d /src/ortho/llvm-nodebug | |
parent | e135fe7fbe1a79256f6f4ab2c5a5cd1666166197 (diff) | |
download | ghdl-aa9b985a82c68b5787c834c91359afd900a365b3.tar.gz ghdl-aa9b985a82c68b5787c834c91359afd900a365b3.tar.bz2 ghdl-aa9b985a82c68b5787c834c91359afd900a365b3.zip |
ortho_llvm: remove outdated comment.
Diffstat (limited to 'src/ortho/llvm-nodebug')
-rw-r--r-- | src/ortho/llvm-nodebug/ortho_llvm.adb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ortho/llvm-nodebug/ortho_llvm.adb b/src/ortho/llvm-nodebug/ortho_llvm.adb index 17e60af80..9edc264a7 100644 --- a/src/ortho/llvm-nodebug/ortho_llvm.adb +++ b/src/ortho/llvm-nodebug/ortho_llvm.adb @@ -2021,7 +2021,6 @@ package body Ortho_LLVM is Res : ValueRef; pragma Unreferenced (Res); begin - -- FIXME: check Unreach if Unreach then Label := (Null_BasicBlockRef, Null_BasicBlockRef); else |