diff --git a/lib/CodeGen/ModuloScheduling/ModuloSchedGraph.cpp b/lib/CodeGen/ModuloScheduling/ModuloSchedGraph.cpp index b135ff2ddf5..a29722aa610 100644 --- a/lib/CodeGen/ModuloScheduling/ModuloSchedGraph.cpp +++ b/lib/CodeGen/ModuloScheduling/ModuloSchedGraph.cpp @@ -1064,7 +1064,7 @@ ModuloSchedGraph::computeRecII(const BasicBlock *bb){ //FIXME: only deal with circuits starting at the first node: the phi node //nodeId=2; - //search all elementary circuits in the dependance graph + //search all elementary circuits in the dependence graph //assume maximum number of nodes is MAXNODE unsigned path[MAXNODE]; diff --git a/lib/Target/SparcV9/ModuloScheduling/ModuloSchedGraph.cpp b/lib/Target/SparcV9/ModuloScheduling/ModuloSchedGraph.cpp index b135ff2ddf5..a29722aa610 100644 --- a/lib/Target/SparcV9/ModuloScheduling/ModuloSchedGraph.cpp +++ b/lib/Target/SparcV9/ModuloScheduling/ModuloSchedGraph.cpp @@ -1064,7 +1064,7 @@ ModuloSchedGraph::computeRecII(const BasicBlock *bb){ //FIXME: only deal with circuits starting at the first node: the phi node //nodeId=2; - //search all elementary circuits in the dependance graph + //search all elementary circuits in the dependence graph //assume maximum number of nodes is MAXNODE unsigned path[MAXNODE];