From: Jim Laskey Date: Thu, 5 Jan 2006 01:53:28 +0000 (+0000) Subject: Grammer correction. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=df0f659517f688d18922d5b377380366c8a6dfe9;p=oota-llvm.git Grammer correction. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25106 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/CodeGen/SelectionDAGNodes.h b/include/llvm/CodeGen/SelectionDAGNodes.h index 124da2e6cdb..eb48ce8f6d1 100644 --- a/include/llvm/CodeGen/SelectionDAGNodes.h +++ b/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.