Simplify implementation of Rust intrinsics by using type parameters in the cache
This commit is contained in:
parent
9f85857bce
commit
fa425db34f
1 changed files with 1 additions and 1 deletions
|
|
@ -897,7 +897,7 @@ impl<'a, 'gcc, 'tcx> BuilderMethods<'a, 'tcx> for Builder<'a, 'gcc, 'tcx> {
|
|||
fn checked_binop(
|
||||
&mut self,
|
||||
oop: OverflowOp,
|
||||
typ: Ty<'_>,
|
||||
typ: Ty<'tcx>,
|
||||
lhs: Self::Value,
|
||||
rhs: Self::Value,
|
||||
) -> (Self::Value, Self::Value) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue