Fix the release build, noticed by Eric van Riet Paap
authorChris Lattner <sabre@nondot.org>
Fri, 2 Sep 2005 07:09:28 +0000 (07:09 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 2 Sep 2005 07:09:28 +0000 (07:09 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23215 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/SelectionDAG/ScheduleDAG.cpp
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp

index cf8d04e8a6ac79d6e8439fdd20e2c177efd0e045..b6034ec20128492dd6fcf7fd76693ee1871199cb 100644 (file)
@@ -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 {
index 3ed7f60ec4738b222ab08f8a18d8393e21e4de42..bb27ad09d438763f68651b2d41b62f2f7c269e0e 100644 (file)
@@ -41,7 +41,7 @@ static cl::opt<bool>
 ViewDAGs("view-isel-dags", cl::Hidden,
          cl::desc("Pop up a window to show isel dags as they are selected"));
 #else
-static const bool ViewDAGS = 0;
+static const bool ViewDAGs = 0;
 #endif
 
 namespace llvm {