@@ -13,7 +13,7 @@ use rustc_codegen_ssa::errors::InvalidMonomorphization;
13
13
use rustc_codegen_ssa:: mir:: operand:: { OperandRef , OperandValue } ;
14
14
use rustc_codegen_ssa:: mir:: place:: { PlaceRef , PlaceValue } ;
15
15
use rustc_codegen_ssa:: traits:: {
16
- ArgAbiMethods , BuilderMethods , ConstMethods , IntrinsicCallMethods ,
16
+ ArgAbiBuilderMethods , BuilderMethods , ConstMethods , IntrinsicCallBuilderMethods ,
17
17
} ;
18
18
#[ cfg( feature = "master" ) ]
19
19
use rustc_codegen_ssa:: traits:: { BaseTypeMethods , MiscMethods } ;
@@ -94,7 +94,7 @@ fn get_simple_intrinsic<'gcc, 'tcx>(
94
94
Some ( cx. context . get_builtin_function ( gcc_name) )
95
95
}
96
96
97
- impl < ' a , ' gcc , ' tcx > IntrinsicCallMethods < ' tcx > for Builder < ' a , ' gcc , ' tcx > {
97
+ impl < ' a , ' gcc , ' tcx > IntrinsicCallBuilderMethods < ' tcx > for Builder < ' a , ' gcc , ' tcx > {
98
98
fn codegen_intrinsic_call (
99
99
& mut self ,
100
100
instance : Instance < ' tcx > ,
@@ -448,7 +448,7 @@ impl<'a, 'gcc, 'tcx> IntrinsicCallMethods<'tcx> for Builder<'a, 'gcc, 'tcx> {
448
448
}
449
449
}
450
450
451
- impl < ' a , ' gcc , ' tcx > ArgAbiMethods < ' tcx > for Builder < ' a , ' gcc , ' tcx > {
451
+ impl < ' a , ' gcc , ' tcx > ArgAbiBuilderMethods < ' tcx > for Builder < ' a , ' gcc , ' tcx > {
452
452
fn store_fn_arg (
453
453
& mut self ,
454
454
arg_abi : & ArgAbi < ' tcx , Ty < ' tcx > > ,
0 commit comments