src/share/vm/opto/subnode.hpp

changeset 2314
f95d63e2154a
parent 1907
c18cbe5936b8
child 2870
f1d6640088a1
     1.1 --- a/src/share/vm/opto/subnode.hpp	Tue Nov 23 15:01:43 2010 -0500
     1.2 +++ b/src/share/vm/opto/subnode.hpp	Tue Nov 23 13:22:55 2010 -0800
     1.3 @@ -22,6 +22,13 @@
     1.4   *
     1.5   */
     1.6  
     1.7 +#ifndef SHARE_VM_OPTO_SUBNODE_HPP
     1.8 +#define SHARE_VM_OPTO_SUBNODE_HPP
     1.9 +
    1.10 +#include "opto/node.hpp"
    1.11 +#include "opto/opcodes.hpp"
    1.12 +#include "opto/type.hpp"
    1.13 +
    1.14  // Portions of code courtesy of Clifford Click
    1.15  
    1.16  //------------------------------SUBNode----------------------------------------
    1.17 @@ -529,3 +536,5 @@
    1.18    const Type *bottom_type() const { return TypeInt::SHORT; }
    1.19    virtual uint ideal_reg() const { return Op_RegI; }
    1.20  };
    1.21 +
    1.22 +#endif // SHARE_VM_OPTO_SUBNODE_HPP

mercurial