Skip to content

Commit

Permalink
insn.c: comment
Browse files Browse the repository at this point in the history
  • Loading branch information
yamt committed May 7, 2024
1 parent d44cd70 commit 4c64fda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/insn.c
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ schedule_exception(struct exec_context *ectx)
* (eg. mergefunc, icf)
*
* Note: While we store pointers of these callback functions in the dispatch
* table, we do never compare the these pointers. If we can tell the situation
* table, we do never compare these pointers. If we can tell the situation
* to the compiler, (eg. by adding LLVM unnamed_addr attribute to these
* functions) it would be possible for the compiler to merge these identical
* functions. Unfortunately, however, clang doesn't seem to have a way to do
Expand Down

0 comments on commit 4c64fda

Please sign in to comment.