commit | 26de38bb7f2122417388809f4ff88a7cb5c4af5e | [log] [tgz] |
---|---|---|
author | Andreas Gampe <agampe@google.com> | Wed Jul 27 17:53:11 2016 -0700 |
committer | Andreas Gampe <agampe@google.com> | Wed Jul 27 17:56:08 2016 -0700 |
tree | 878f432e2476f90201dd4695cfc8c3498c2c207f | |
parent | 9755c262df1be7f5d5b98d038c8fd3734e974f9d [diff] [blame] |
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
diff --git a/compiler/optimizing/instruction_builder.h b/compiler/optimizing/instruction_builder.h index 9cfc065..517cf76 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,