We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
inst_clobbers
1 parent 061963f commit 67f5c16Copy full SHA for 67f5c16
1 file changed
src/lib.rs
@@ -1032,7 +1032,7 @@ pub trait Function {
1032
/// that must be live across the instruction.
1033
///
1034
/// Another way of seeing this is that a clobber is equivalent to
1035
- /// an "early def" of a fresh vreg that is not used anywhere else
+ /// a "late def" of a fresh vreg that is not used anywhere else
1036
/// in the program, with a fixed-register constraint that places
1037
/// it in a given PReg chosen by the client prior to regalloc.
1038
0 commit comments