Update asm.md (#1560)

This commit is contained in:
gftea 2023-01-17 13:44:19 +01:00 committed by GitHub
parent c58e6d14df
commit d003669ae5
1 changed files with 1 additions and 1 deletions

View File

@ -277,7 +277,7 @@ pub enum InlineAsmOperand<'tcx> {
}
```
As part of HAIR lowering, `InOut` and `SplitInOut` operands are lowered to a split form with a
As part of THIR lowering, `InOut` and `SplitInOut` operands are lowered to a split form with a
separate `in_value` and `out_place`.
Semantically, the `InlineAsm` terminator is similar to the `Call` terminator except that it has