summaryrefslogtreecommitdiffstats
path: root/compiler/optimizing/ssa_builder.h
diff options
context:
space:
mode:
authorAndreas Gampe <agampe@google.com>2015-02-19 18:21:24 -0800
committerAndreas Gampe <agampe@google.com>2015-02-24 15:57:15 -0800
commit7c3952f423b8213083d60596a5f0bf4237ca3f7b (patch)
tree40cbc6d30e02ab5edd8598d0f811b62f5c6045ba /compiler/optimizing/ssa_builder.h
parent354d58ba776866ea7b1c71f0d0848d5aaa013ae3 (diff)
downloadart-7c3952f423b8213083d60596a5f0bf4237ca3f7b.tar.gz
art-7c3952f423b8213083d60596a5f0bf4237ca3f7b.tar.bz2
art-7c3952f423b8213083d60596a5f0bf4237ca3f7b.zip
ART: Add -Wunused
Until the global CFLAGS are fixed, add Wunused. Fix declarations in the optimizing compiler. Change-Id: Ic4553f08e809dc54f3d82af57ac592622c98e000
Diffstat (limited to 'compiler/optimizing/ssa_builder.h')
-rw-r--r--compiler/optimizing/ssa_builder.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/optimizing/ssa_builder.h b/compiler/optimizing/ssa_builder.h
index 148e9590c3..f50da46040 100644
--- a/compiler/optimizing/ssa_builder.h
+++ b/compiler/optimizing/ssa_builder.h
@@ -60,6 +60,8 @@ class SsaBuilder : public HGraphVisitor {
static HInstruction* GetReferenceTypeEquivalent(HInstruction* instruction);
+ static constexpr const char* kSsaBuilderPassName = "ssa_builder";
+
private:
// Locals for the current block being visited.
HEnvironment* current_locals_;