diff options
author | Chris Lattner <sabre@nondot.org> | 2005-09-02 07:09:28 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2005-09-02 07:09:28 +0000 |
commit | a639a43602cd64087a9730632fbf6f7cf7d88276 (patch) | |
tree | a6c083c9a358e2d795b02f6cac212c7be921dcf6 /lib/CodeGen/SelectionDAG/ScheduleDAG.cpp | |
parent | 7b4ad94282b94e1827be29b4db73fdf6e241f748 (diff) |
Fix the release build, noticed by Eric van Riet Paap
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23215 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/SelectionDAG/ScheduleDAG.cpp')
-rw-r--r-- | lib/CodeGen/SelectionDAG/ScheduleDAG.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/SelectionDAG/ScheduleDAG.cpp b/lib/CodeGen/SelectionDAG/ScheduleDAG.cpp index cf8d04e8a6..b6034ec201 100644 --- a/lib/CodeGen/SelectionDAG/ScheduleDAG.cpp +++ b/lib/CodeGen/SelectionDAG/ScheduleDAG.cpp @@ -29,7 +29,7 @@ static cl::opt<bool> ViewDAGs("view-sched-dags", cl::Hidden, cl::desc("Pop up a window to show sched dags as they are processed")); #else -static const bool ViewDAGS = 0; +static const bool ViewDAGs = 0; #endif namespace { |