From 9766f8c3a2d56ba0c58c8be552082580fdcd4ca7 Mon Sep 17 00:00:00 2001 From: Guochun Shi Date: Tue, 10 Jun 2003 19:09:00 +0000 Subject: cleaned code add some comments llvm-svn: 6674 --- llvm/lib/CodeGen/ModuloScheduling/ModuloScheduling.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/CodeGen/ModuloScheduling/ModuloScheduling.cpp') 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; -- cgit v1.1