commit | a67f14bf53737f9bb0afefa28e08c4aac6ec4804 | [log] [tgz] |
---|---|---|
author | Benjamin Kramer <benny.kra@googlemail.com> | Fri Aug 19 01:42:18 2011 +0000 |
committer | Benjamin Kramer <benny.kra@googlemail.com> | Fri Aug 19 01:42:18 2011 +0000 |
tree | 95c5c28e6180cb91d0c5fbc002127ce640b76f08 | |
parent | 613d13beb03bb56a17e6b3262c5e8e539a7e9db8 [diff] [blame] |
Make a bunch of symbols private. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138025 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/ScheduleDAG.cpp b/lib/CodeGen/ScheduleDAG.cpp index fc68db9..1e9b5c8 100644 --- a/lib/CodeGen/ScheduleDAG.cpp +++ b/lib/CodeGen/ScheduleDAG.cpp
@@ -26,7 +26,7 @@ using namespace llvm; #ifndef NDEBUG -cl::opt<bool> StressSchedOpt( +static cl::opt<bool> StressSchedOpt( "stress-sched", cl::Hidden, cl::init(false), cl::desc("Stress test instruction scheduling")); #endif