From a73b95821ad303a86910713f2b88ff73321472be Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 21 Aug 2003 22:05:57 +0000 Subject: Fix spello llvm-svn: 8029 --- llvm/lib/CodeGen/ModuloScheduling/ModuloSchedGraph.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/CodeGen/ModuloScheduling/ModuloSchedGraph.cpp') diff --git a/llvm/lib/CodeGen/ModuloScheduling/ModuloSchedGraph.cpp b/llvm/lib/CodeGen/ModuloScheduling/ModuloSchedGraph.cpp index b135ff2ddf5..a29722aa610 100644 --- a/llvm/lib/CodeGen/ModuloScheduling/ModuloSchedGraph.cpp +++ b/llvm/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]; -- cgit v1.2.3