diff options
author | Chris Lattner <sabre@nondot.org> | 2006-04-02 03:07:27 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2006-04-02 03:07:27 +0000 |
commit | 5e46a19ec848cd4fc9649bd5170c43d9e657668c (patch) | |
tree | a74c196ca7f41a7ae79fe62768cfe94f27c086ee /lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | |
parent | 6258fb2592d97e1c8e58d4fadf6c47ddeb23b455 (diff) |
Add a new -view-legalize-dags command line option
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27342 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp')
-rw-r--r-- | lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp b/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp index 0956e8f9ad..5a95ff0bc5 100644 --- a/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp +++ b/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp @@ -54,8 +54,7 @@ static cl::opt<bool> ViewSchedDAGs("view-sched-dags", cl::Hidden, cl::desc("Pop up a window to show sched dags as they are processed")); #else -static const bool ViewISelDAGs = 0; -static const bool ViewSchedDAGs = 0; +static const bool ViewISelDAGs = 0, ViewSchedDAGs = 0; #endif // Scheduling heuristics |