[minor] out of place comment

Reviewed By: jvillard

Differential Revision: D7444298

fbshipit-source-id: 7a71454
master
Daiva Naudziuniene 7 years ago committed by Facebook Github Bot
parent 681f2a56ab
commit 7c7b239248

@ -983,10 +983,10 @@ module CTrans_funct (F : CModule_type.CFrontend) : CModule_type.CTranslation = s
in
{res_trans_to_parent with exps= exp_to_parent}
| _ ->
(* Binary operator should have two operands *)
assert false
(* Binary operator should have two operands *)
and callExpr_trans trans_state si stmt_list expr_info =
let context = trans_state.context in
let fn_type_no_ref = CType_decl.get_type_from_expr_info expr_info context.CContext.tenv in

Loading…
Cancel
Save