summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/InstrSched/InstrScheduling.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-07-16 00:04:54 +0000
committerChris Lattner <sabre@nondot.org>2004-07-16 00:04:54 +0000
commitcc36c670e8b97ee5c72c04cf778c9a16785e6d44 (patch)
tree0a739b05c78211f46d1f04c1505e5a94a350a74a /llvm/lib/CodeGen/InstrSched/InstrScheduling.cpp
parent597555fd459ad527d8b68d93af63323af9ecd602 (diff)
downloadbcm5719-llvm-cc36c670e8b97ee5c72c04cf778c9a16785e6d44.tar.gz
bcm5719-llvm-cc36c670e8b97ee5c72c04cf778c9a16785e6d44.zip
Use new macro
llvm-svn: 14865
Diffstat (limited to 'llvm/lib/CodeGen/InstrSched/InstrScheduling.cpp')
-rw-r--r--llvm/lib/CodeGen/InstrSched/InstrScheduling.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/InstrSched/InstrScheduling.cpp b/llvm/lib/CodeGen/InstrSched/InstrScheduling.cpp
index b98de81820d..5e66acb0605 100644
--- a/llvm/lib/CodeGen/InstrSched/InstrScheduling.cpp
+++ b/llvm/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 *****************************/
OpenPOWER on IntegriCloud