changeset 49621 | 5ef28d560b6f |
parent 49373 | 47b5652f2928 |
child 53244 | 9807daeb47c4 |
49620:f6e5a1e3a862 | 49621:5ef28d560b6f |
---|---|
25 #ifndef SHARE_VM_C1_C1_OPTIMIZER_HPP |
25 #ifndef SHARE_VM_C1_C1_OPTIMIZER_HPP |
26 #define SHARE_VM_C1_C1_OPTIMIZER_HPP |
26 #define SHARE_VM_C1_C1_OPTIMIZER_HPP |
27 |
27 |
28 #include "c1/c1_IR.hpp" |
28 #include "c1/c1_IR.hpp" |
29 #include "c1/c1_Instruction.hpp" |
29 #include "c1/c1_Instruction.hpp" |
30 #include "memory/allocation.hpp" |
|
31 |
30 |
32 class Optimizer { |
31 class Optimizer { |
33 private: |
32 private: |
34 IR* _ir; |
33 IR* _ir; |
35 |
34 |