diff options
| author | Jim Laskey <jlaskey@mac.com> | 2006-01-05 01:53:28 +0000 |
|---|---|---|
| committer | Jim Laskey <jlaskey@mac.com> | 2006-01-05 01:53:28 +0000 |
| commit | a1026371b5fc763e8c6847566fae2731f3ad36ea (patch) | |
| tree | 7c2d3684de6d7265cc0353471f38950b1007ba07 | |
| parent | deeafa0f003267ce35de4d7960f8e15da4ceb6e9 (diff) | |
| download | bcm5719-llvm-a1026371b5fc763e8c6847566fae2731f3ad36ea.tar.gz bcm5719-llvm-a1026371b5fc763e8c6847566fae2731f3ad36ea.zip | |
Grammer correction.
llvm-svn: 25106
| -rw-r--r-- | llvm/include/llvm/CodeGen/SelectionDAGNodes.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/include/llvm/CodeGen/SelectionDAGNodes.h b/llvm/include/llvm/CodeGen/SelectionDAGNodes.h index 124da2e6cdb..eb48ce8f6d1 100644 --- a/llvm/include/llvm/CodeGen/SelectionDAGNodes.h +++ b/llvm/include/llvm/CodeGen/SelectionDAGNodes.h @@ -362,8 +362,8 @@ namespace ISD { // DEBUG_LABEL - This node is used to mark a location in the code where a // label should be generated for use by the debug information. It takes a - // token chain as input, the a unique id (provided by MachineDebugInfo.) It - // produces a token chain as output. + // token chain as input and then a unique id (provided by MachineDebugInfo.) + // It produces a token chain as output. DEBUG_LABEL, // BUILTIN_OP_END - This must be the last enum value in this list. |

