summaryrefslogtreecommitdiffstats
path: root/llvm/include
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
commitd282f46c6b5b040f0162cd3e6b58121914cef99e (patch)
tree627f4a35e1af981ac87b8f2a38d9304fbb0f3044 /llvm/include
parentd4d12d14b59b2f77e85c7051945113bfa43c380b (diff)
downloadbcm5719-llvm-d282f46c6b5b040f0162cd3e6b58121914cef99e.tar.gz
bcm5719-llvm-d282f46c6b5b040f0162cd3e6b58121914cef99e.zip
Delete unused variables.
llvm-svn: 131430
Diffstat (limited to 'llvm/include')
-rw-r--r--llvm/include/llvm/CodeGen/SelectionDAG.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/CodeGen/SelectionDAG.h b/llvm/include/llvm/CodeGen/SelectionDAG.h
index 92fd0c9e1cc..0b4f32dd32c 100644
--- a/llvm/include/llvm/CodeGen/SelectionDAG.h
+++ b/llvm/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
OpenPOWER on IntegriCloud