Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 9ea003f

Browse files
authored
Update asm.md (rust-lang#1560)
1 parent e04658a commit 9ea003f

File tree

1 file changed

+1
-1
lines changed
  • src/doc/rustc-dev-guide/src

1 file changed

+1
-1
lines changed

src/doc/rustc-dev-guide/src/asm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ pub enum InlineAsmOperand<'tcx> {
277277
}
278278
```
279279

280-
As part of HAIR lowering, `InOut` and `SplitInOut` operands are lowered to a split form with a
280+
As part of THIR lowering, `InOut` and `SplitInOut` operands are lowered to a split form with a
281281
separate `in_value` and `out_place`.
282282

283283
Semantically, the `InlineAsm` terminator is similar to the `Call` terminator except that it has

0 commit comments

Comments
 (0)