Use new macro

llvm-svn: 14865
This commit is contained in:
Chris Lattner 2004-07-16 00:04:54 +00:00
parent 597555fd45
commit cc36c670e8
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ SDL_opt("dsched", cl::Hidden, cl::location(SchedDebugLevel),
clEnumValN(Sched_PrintMachineCode, "y", "print machine code after scheduling"), clEnumValN(Sched_PrintMachineCode, "y", "print machine code after scheduling"),
clEnumValN(Sched_PrintSchedTrace, "t", "print trace of scheduling actions"), clEnumValN(Sched_PrintSchedTrace, "t", "print trace of scheduling actions"),
clEnumValN(Sched_PrintSchedGraphs, "g", "print scheduling graphs"), clEnumValN(Sched_PrintSchedGraphs, "g", "print scheduling graphs"),
0)); clEnumValEnd));
//************************* Internal Data Types *****************************/ //************************* Internal Data Types *****************************/