Remove an unnecessary reference
This commit is contained in:
parent
2d4c96d1b1
commit
b8d55d45ce
1 changed files with 1 additions and 1 deletions
|
@ -332,7 +332,7 @@ impl MiscMethods<'tcx> for CodegenCx<'ll, 'tcx> {
|
|||
}
|
||||
|
||||
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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue