diff options
| author | Matt Arsenault <Matthew.Arsenault@amd.com> | 2013-10-10 18:47:35 +0000 |
|---|---|---|
| committer | Matt Arsenault <Matthew.Arsenault@amd.com> | 2013-10-10 18:47:35 +0000 |
| commit | 668e38a40b14759d0d6dad522ec1c7e525fcc4fd (patch) | |
| tree | e9cbfa0d629f149899b80e9e3cc30ba411759e62 | |
| parent | 9935dc0592f0c2b3ffd0d9a1359008c4b55a199c (diff) | |
| download | bcm5719-llvm-668e38a40b14759d0d6dad522ec1c7e525fcc4fd.tar.gz bcm5719-llvm-668e38a40b14759d0d6dad522ec1c7e525fcc4fd.zip | |
Fix grammar / missing words
llvm-svn: 192380
| -rw-r--r-- | llvm/include/llvm/Target/TargetOpcodes.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/llvm/include/llvm/Target/TargetOpcodes.h b/llvm/include/llvm/Target/TargetOpcodes.h index 516e0706b89..86ac7dfb427 100644 --- a/llvm/include/llvm/Target/TargetOpcodes.h +++ b/llvm/include/llvm/Target/TargetOpcodes.h @@ -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 |

