提交 b8d55d45 编写于 作者: B bjorn3

Remove an unnecessary reference

上级 2d4c96d1
...@@ -332,7 +332,7 @@ fn instances(&self) -> &RefCell<FxHashMap<Instance<'tcx>, &'ll Value>> { ...@@ -332,7 +332,7 @@ fn instances(&self) -> &RefCell<FxHashMap<Instance<'tcx>, &'ll Value>> {
} }
fn get_fn(&self, instance: Instance<'tcx>) -> &'ll Value { fn get_fn(&self, instance: Instance<'tcx>) -> &'ll Value {
get_fn(&&self,instance) get_fn(self, instance)
} }
fn get_param(&self, llfn: &'ll Value, index: c_uint) -> &'ll Value { fn get_param(&self, llfn: &'ll Value, index: c_uint) -> &'ll Value {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册