fix(builder.rs): Apply a variable name change to func param.
This commit is contained in:
parent
e18d3c3dfd
commit
fba0dae5fe
@ -722,7 +722,7 @@ impl<'a, 'gcc, 'tcx> BuilderMethods<'a, 'tcx> for Builder<'a, 'gcc, 'tcx> {
|
|||||||
fn frem_fast(&mut self, lhs: RValue<'gcc>, rhs: RValue<'gcc>) -> RValue<'gcc> {
|
fn frem_fast(&mut self, lhs: RValue<'gcc>, rhs: RValue<'gcc>) -> RValue<'gcc> {
|
||||||
// NOTE: it seems like we cannot enable fast-mode for a single operation in GCC.
|
// NOTE: it seems like we cannot enable fast-mode for a single operation in GCC.
|
||||||
let result = self.frem(lhs, rhs);
|
let result = self.frem(lhs, rhs);
|
||||||
set_rval_location(self, i);
|
set_rval_location(self, result);
|
||||||
result
|
result
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user