summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/SelectionDAG.h
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2011-05-16 22:19:54 +0000
committerDan Gohman <gohman@apple.com>2011-05-16 22:19:54 +0000
commit975716af1b9a09274df6c2d92683449015bd8564 (patch)
tree7b9b5753945b825507958dc6605811d4b0ab0c0b /include/llvm/CodeGen/SelectionDAG.h
parentb3dbd4a0b61d9c26df358384bdb66a41326f1a9d (diff)
downloadllvm-975716af1b9a09274df6c2d92683449015bd8564.tar.gz
llvm-975716af1b9a09274df6c2d92683449015bd8564.tar.bz2
llvm-975716af1b9a09274df6c2d92683449015bd8564.tar.xz
Delete unused variables.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131430 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/SelectionDAG.h')
-rw-r--r--include/llvm/CodeGen/SelectionDAG.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/SelectionDAG.h b/include/llvm/CodeGen/SelectionDAG.h
index 92fd0c9e1c..0b4f32dd32 100644
--- a/include/llvm/CodeGen/SelectionDAG.h
+++ b/include/llvm/CodeGen/SelectionDAG.h
@@ -284,7 +284,7 @@ public:
///
/// Note that this is an involved process that may invalidate pointers into
/// the graph.
- void Legalize(CodeGenOpt::Level OptLevel);
+ void Legalize();
/// LegalizeVectors - This transforms the SelectionDAG into a SelectionDAG
/// that only uses vector math operations supported by the target. This is