mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-05-16 23:38:40 +00:00
Use new macro
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14865 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f99947c35f
commit
23f9ef062a
@ -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 *****************************/
|
||||||
|
@ -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 *****************************/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user