commit | 975716af1b9a09274df6c2d92683449015bd8564 | [log] [tgz] |
---|---|---|
author | Dan Gohman <gohman@apple.com> | Mon May 16 22:19:54 2011 +0000 |
committer | Dan Gohman <gohman@apple.com> | Mon May 16 22:19:54 2011 +0000 |
tree | 7b9b5753945b825507958dc6605811d4b0ab0c0b | |
parent | b3dbd4a0b61d9c26df358384bdb66a41326f1a9d [diff] [blame] |
Delete unused variables. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131430 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp b/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp index 592a115..a7453c6 100644 --- a/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp +++ b/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
@@ -537,7 +537,7 @@ { NamedRegionTimer T("DAG Legalization", GroupName, TimePassesIsEnabled); - CurDAG->Legalize(OptLevel); + CurDAG->Legalize(); } DEBUG(dbgs() << "Legalized selection DAG: BB#" << BlockNumber