Update asm.md (#1560)
This commit is contained in:
parent
c58e6d14df
commit
d003669ae5
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue