hotspot/src/share/vm/opto/output.hpp
changeset 25715 d5a8dbdc5150
parent 22872 b6902ee5bc8d
equal deleted inserted replaced
25469:3bcfa1db9717 25715:d5a8dbdc5150
     1 /*
     1 /*
     2  * Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2000, 2014, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
    23  */
    23  */
    24 
    24 
    25 #ifndef SHARE_VM_OPTO_OUTPUT_HPP
    25 #ifndef SHARE_VM_OPTO_OUTPUT_HPP
    26 #define SHARE_VM_OPTO_OUTPUT_HPP
    26 #define SHARE_VM_OPTO_OUTPUT_HPP
    27 
    27 
       
    28 #include "opto/ad.hpp"
    28 #include "opto/block.hpp"
    29 #include "opto/block.hpp"
    29 #include "opto/node.hpp"
    30 #include "opto/node.hpp"
    30 #ifdef TARGET_ARCH_MODEL_x86_32
       
    31 # include "adfiles/ad_x86_32.hpp"
       
    32 #endif
       
    33 #ifdef TARGET_ARCH_MODEL_x86_64
       
    34 # include "adfiles/ad_x86_64.hpp"
       
    35 #endif
       
    36 #ifdef TARGET_ARCH_MODEL_sparc
       
    37 # include "adfiles/ad_sparc.hpp"
       
    38 #endif
       
    39 #ifdef TARGET_ARCH_MODEL_zero
       
    40 # include "adfiles/ad_zero.hpp"
       
    41 #endif
       
    42 #ifdef TARGET_ARCH_MODEL_arm
       
    43 # include "adfiles/ad_arm.hpp"
       
    44 #endif
       
    45 #ifdef TARGET_ARCH_MODEL_ppc_32
       
    46 # include "adfiles/ad_ppc_32.hpp"
       
    47 #endif
       
    48 #ifdef TARGET_ARCH_MODEL_ppc_64
       
    49 # include "adfiles/ad_ppc_64.hpp"
       
    50 #endif
       
    51 
    31 
    52 class Arena;
    32 class Arena;
    53 class Bundle;
    33 class Bundle;
    54 class Block;
    34 class Block;
    55 class Block_Array;
    35 class Block_Array;