1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 12:41:49 +01:00

Grammer correction.

llvm-svn: 25106
This commit is contained in:
Jim Laskey 2006-01-05 01:53:28 +00:00
parent 41b3ee3c4f
commit b5b63a11df

View File

@ -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.