Address code review comments
This commit is contained in:
parent
de42ac3970
commit
cf04547b0b
27 changed files with 199 additions and 261 deletions
|
@ -367,7 +367,7 @@ impl<'a, 'tcx, Bx: BuilderMethods<'a, 'tcx>> FunctionCx<'a, 'tcx, Bx> {
|
|||
bx.ret(llval);
|
||||
}
|
||||
|
||||
#[tracing::instrument(level = "debug", skip(self, helper, bx))]
|
||||
#[tracing::instrument(level = "trace", skip(self, helper, bx))]
|
||||
fn codegen_drop_terminator(
|
||||
&mut self,
|
||||
helper: TerminatorCodegenHelper<'tcx>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue