chore(library/compiler/llnf): fix typo
This commit is contained in:
parent
0f47787a06
commit
39f45beec0
1 changed files with 1 additions and 1 deletions
|
|
@ -1047,7 +1047,7 @@ class explicit_boxing_fn {
|
|||
return get_constant_ll_type(env(), c);
|
||||
}
|
||||
|
||||
/* Initialize `m_result_type` and `m_result_type` */
|
||||
/* Initialize `m_result_type` and `m_result_type_size` */
|
||||
void init_result_type(name const & d_name) {
|
||||
expr type = get_constant_type(d_name);
|
||||
while (is_pi(type))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue