mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-21 21:29:41 +00:00
Fix grammar / missing words
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@192380 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b8e48a636e
commit
89dedc1b65
@ -69,8 +69,9 @@ namespace TargetOpcode {
|
||||
DBG_VALUE = 11,
|
||||
|
||||
/// REG_SEQUENCE - This variadic instruction is used to form a register that
|
||||
/// represent a consecutive sequence of sub-registers. It's used as register
|
||||
/// coalescing / allocation aid and must be eliminated before code emission.
|
||||
/// represents a consecutive sequence of sub-registers. It's used as a
|
||||
/// register coalescing / allocation aid and must be eliminated before code
|
||||
/// emission.
|
||||
// In SDNode form, the first operand encodes the register class created by
|
||||
// the REG_SEQUENCE, while each subsequent pair names a vreg + subreg index
|
||||
// pair. Once it has been lowered to a MachineInstr, the regclass operand
|
||||
|
Loading…
x
Reference in New Issue
Block a user