summaryrefslogtreecommitdiff
path: root/compiler/optimizing/instruction_builder.h
diff options
context:
space:
mode:
authorAndreas Gampe <agampe@google.com>2016-07-27 17:53:11 -0700
committerAndreas Gampe <agampe@google.com>2016-07-27 17:56:08 -0700
commit26de38bb7f2122417388809f4ff88a7cb5c4af5e (patch)
tree878f432e2476f90201dd4695cfc8c3498c2c207f /compiler/optimizing/instruction_builder.h
parent9755c262df1be7f5d5b98d038c8fd3734e974f9d (diff)
ART: Delete old compiler_enums.h
Holdover from the Quick days. Move the two enums that are still used closer to the actual users (and prune no longer used cases). Test: m test-art-host Change-Id: I88aa49961a54635788cafac570ddc3125aa38262
Diffstat (limited to 'compiler/optimizing/instruction_builder.h')
-rw-r--r--compiler/optimizing/instruction_builder.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/optimizing/instruction_builder.h b/compiler/optimizing/instruction_builder.h
index 9cfc065da6..517cf76831 100644
--- a/compiler/optimizing/instruction_builder.h
+++ b/compiler/optimizing/instruction_builder.h
@@ -30,6 +30,8 @@
namespace art {
+class Instruction;
+
class HInstructionBuilder : public ValueObject {
public:
HInstructionBuilder(HGraph* graph,