From 856ee9154fb4dc5bff11d271c925734f06677cce Mon Sep 17 00:00:00 2001 From: Guochun Shi Date: Fri, 30 May 2003 00:17:09 +0000 Subject: so far everything compiles llvm-svn: 6423 --- .../CodeGen/ModuloScheduling/ModuloScheduling.cpp | 26 +++++++++++----------- 1 file changed, 13 insertions(+), 13 deletions(-) (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 839382a9c6a..10a888f55e1 100644 --- a/llvm/lib/CodeGen/ModuloScheduling/ModuloScheduling.cpp +++ b/llvm/lib/CodeGen/ModuloScheduling/ModuloScheduling.cpp @@ -35,19 +35,19 @@ // see ModuloSchedulingPass::runOnFunction() //************************************************************ -namespace { - cl::opt - SDL_opt("modsched", cl::Hidden, cl::location(ModuloScheduling::DebugLevel), - cl::desc("enable modulo scheduling debugging information"), - cl::values(clEnumValN(ModuloScheduling::DebugLevel_NoDebugInfo, - "none", "disable debug output"), - clEnumValN(ModuloScheduling::DebugLevel_PrintSchedule, - "psched", "print original and new schedule"), - clEnumValN(ModuloScheduling::DebugLevel_PrintScheduleProcess, - "pschedproc", - "print how the new schdule is produced"), - 0)); -} +ModuloSchedDebugLevel_t ModuloSchedDebugLevel; + +cl::opt +SDL_opt("modsched", cl::Hidden, cl::location(ModuloSchedDebugLevel), + cl::desc("enable modulo scheduling debugging information"), + cl::values(clEnumValN(ModuloSchedDebugLevel_NoDebugInfo, + "none", "disable debug output"), + clEnumValN(ModuloSchedDebugLevel_PrintSchedule, + "psched", "print original and new schedule"), + clEnumValN(ModuloSchedDebugLevel_PrintScheduleProcess, + "pschedproc", + "print how the new schdule is produced"), + 0)); // Computes the schedule and inserts epilogue and prologue // -- cgit v1.2.3