diff options
author | Chris Lattner <sabre@nondot.org> | 2004-07-16 00:04:54 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-07-16 00:04:54 +0000 |
commit | 23f9ef062a361d77a51a563c0f03e36db6c4b6ba (patch) | |
tree | a133521703766d9286e7030ee32ab572a6a08cb6 /lib/CodeGen/InstrSched/InstrScheduling.cpp | |
parent | f99947c35f27cddd18a58c8167d12d98872e1ca7 (diff) |
Use new macro
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14865 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/InstrSched/InstrScheduling.cpp')
-rw-r--r-- | lib/CodeGen/InstrSched/InstrScheduling.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/InstrSched/InstrScheduling.cpp b/lib/CodeGen/InstrSched/InstrScheduling.cpp index b98de81820..5e66acb060 100644 --- a/lib/CodeGen/InstrSched/InstrScheduling.cpp +++ b/lib/CodeGen/InstrSched/InstrScheduling.cpp @@ -38,7 +38,7 @@ SDL_opt("dsched", cl::Hidden, cl::location(SchedDebugLevel), clEnumValN(Sched_PrintMachineCode, "y", "print machine code after scheduling"), clEnumValN(Sched_PrintSchedTrace, "t", "print trace of scheduling actions"), clEnumValN(Sched_PrintSchedGraphs, "g", "print scheduling graphs"), - 0)); + clEnumValEnd)); //************************* Internal Data Types *****************************/ |