grammar tweak in comment.
authorJim Grosbach <grosbach@apple.com>
Wed, 30 Jun 2010 21:27:56 +0000 (21:27 +0000)
committerJim Grosbach <grosbach@apple.com>
Wed, 30 Jun 2010 21:27:56 +0000 (21:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@107321 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp

index ebc76e9b36321f19f8d3a53b8d8df33c1c1cc155..2d083105ea86eec0fb391d876bf91182f34f9d9a 100644 (file)
@@ -507,7 +507,7 @@ namespace {
 }
 
 // ProcessSourceNode - Process nodes with source order numbers. These are added
-// to a vector which EmitSchedule use to determine how to insert dbg_value
+// to a vector which EmitSchedule uses to determine how to insert dbg_value
 // instructions in the right order.
 static void ProcessSourceNode(SDNode *N, SelectionDAG *DAG,
                            InstrEmitter &Emitter,