src/share/vm/c1/c1_LIR.cpp

changeset 2314
f95d63e2154a
parent 2174
f02a8bbe6ed4
child 2344
ac637b7220d1
     1.1 --- a/src/share/vm/c1/c1_LIR.cpp	Tue Nov 23 15:01:43 2010 -0500
     1.2 +++ b/src/share/vm/c1/c1_LIR.cpp	Tue Nov 23 13:22:55 2010 -0800
     1.3 @@ -22,8 +22,13 @@
     1.4   *
     1.5   */
     1.6  
     1.7 -# include "incls/_precompiled.incl"
     1.8 -# include "incls/_c1_LIR.cpp.incl"
     1.9 +#include "precompiled.hpp"
    1.10 +#include "c1/c1_InstructionPrinter.hpp"
    1.11 +#include "c1/c1_LIR.hpp"
    1.12 +#include "c1/c1_LIRAssembler.hpp"
    1.13 +#include "c1/c1_ValueStack.hpp"
    1.14 +#include "ci/ciInstance.hpp"
    1.15 +#include "runtime/sharedRuntime.hpp"
    1.16  
    1.17  Register LIR_OprDesc::as_register() const {
    1.18    return FrameMap::cpu_rnr2reg(cpu_regnr());

mercurial