src/share/vm/c1/c1_LIR.hpp

Print this page

        

*** 20,29 **** --- 20,34 ---- * or visit www.oracle.com if you need additional information or have any * questions. * */ + #ifndef SHARE_VM_C1_C1_LIR_HPP + #define SHARE_VM_C1_C1_LIR_HPP + + #include "c1/c1_ValueType.hpp" + class BlockBegin; class BlockList; class LIR_Assembler; class CodeEmitInfo; class CodeStub;
*** 2246,2250 **** --- 2251,2257 ---- } }; inline LIR_Opr LIR_OprDesc::illegalOpr() { return LIR_OprFact::illegalOpr; }; + + #endif // SHARE_VM_C1_C1_LIR_HPP