diff options
author | Guochun Shi <gshi1@uiuc.edu> | 2003-06-10 19:09:00 +0000 |
---|---|---|
committer | Guochun Shi <gshi1@uiuc.edu> | 2003-06-10 19:09:00 +0000 |
commit | 9766f8c3a2d56ba0c58c8be552082580fdcd4ca7 (patch) | |
tree | 5ad16b66d9dcd0d2108f0390c17c7746caa57c18 /llvm/lib/CodeGen/ModuloScheduling/ModuloScheduling.cpp | |
parent | 2ee8c115d8f0bd6a47901be966cc311c2470df84 (diff) | |
download | llvm-9766f8c3a2d56ba0c58c8be552082580fdcd4ca7.zip llvm-9766f8c3a2d56ba0c58c8be552082580fdcd4ca7.tar.gz llvm-9766f8c3a2d56ba0c58c8be552082580fdcd4ca7.tar.bz2 |
cleaned code
add some comments
llvm-svn: 6674
Diffstat (limited to 'llvm/lib/CodeGen/ModuloScheduling/ModuloScheduling.cpp')
-rw-r--r-- | llvm/lib/CodeGen/ModuloScheduling/ModuloScheduling.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/ModuloScheduling/ModuloScheduling.cpp b/llvm/lib/CodeGen/ModuloScheduling/ModuloScheduling.cpp index f7149ca..8645e75 100644 --- a/llvm/lib/CodeGen/ModuloScheduling/ModuloScheduling.cpp +++ b/llvm/lib/CodeGen/ModuloScheduling/ModuloScheduling.cpp @@ -920,7 +920,7 @@ bool ModuloSchedulingPass::runOnFunction(Function &F) ModuloSchedGraphSet *graphSet = new ModuloSchedGraphSet(&F, target); - //ModuloSchedulingSet ModuloSchedulingSet(*graphSet); + ModuloSchedulingSet ModuloSchedulingSet(*graphSet); printf("runOnFunction in ModuloSchedulingPass returns\n"); return false; |