aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/boot/me/alias.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot/me/alias.ml b/src/boot/me/alias.ml
index b603e779..2c507335 100644
--- a/src/boot/me/alias.ml
+++ b/src/boot/me/alias.ml
@@ -29,7 +29,7 @@ let alias_analysis_visitor
let alias_atom at =
match at with
Ast.ATOM_lval lv -> alias lv
- | _ -> err None "aliasing literal"
+ | _ -> () (* Aliasing a literal is harmless, if weird. *)
in
let alias_call_args dst callee args =