diff options
author | Chris Lattner <sabre@nondot.org> | 2003-08-21 22:05:57 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-08-21 22:05:57 +0000 |
commit | a73b95821ad303a86910713f2b88ff73321472be (patch) | |
tree | 02f9abd79bd1318ee0fb006acb5e4901a4a30f97 /llvm/lib/CodeGen/ModuloScheduling/ModuloSchedGraph.cpp | |
parent | a1f0c145e9cdc0d4808df5f4719bc29ec82e7286 (diff) | |
download | bcm5719-llvm-a73b95821ad303a86910713f2b88ff73321472be.tar.gz bcm5719-llvm-a73b95821ad303a86910713f2b88ff73321472be.zip |
Fix spello
llvm-svn: 8029
Diffstat (limited to 'llvm/lib/CodeGen/ModuloScheduling/ModuloSchedGraph.cpp')
-rw-r--r-- | llvm/lib/CodeGen/ModuloScheduling/ModuloSchedGraph.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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]; |