src/share/vm/opto/output.hpp

changeset 7994
04ff2f6cd0eb
parent 7598
ddce0b7cee93
parent 6876
710a3c8b516e
equal deleted inserted replaced
7993:9bf9a733246b 7994:04ff2f6cd0eb
18 * 18 *
19 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA 19 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
20 * or visit www.oracle.com if you need additional information or have any 20 * or visit www.oracle.com if you need additional information or have any
21 * questions. 21 * questions.
22 * 22 *
23 */
24
25 /*
26 * This file has been modified by Loongson Technology in 2015. These
27 * modifications are Copyright (c) 2015 Loongson Technology, and are made
28 * available on the same license terms set forth above.
23 */ 29 */
24 30
25 #ifndef SHARE_VM_OPTO_OUTPUT_HPP 31 #ifndef SHARE_VM_OPTO_OUTPUT_HPP
26 #define SHARE_VM_OPTO_OUTPUT_HPP 32 #define SHARE_VM_OPTO_OUTPUT_HPP
27 33
37 # include "adfiles/ad_sparc.hpp" 43 # include "adfiles/ad_sparc.hpp"
38 #elif defined TARGET_ARCH_MODEL_zero 44 #elif defined TARGET_ARCH_MODEL_zero
39 # include "adfiles/ad_zero.hpp" 45 # include "adfiles/ad_zero.hpp"
40 #elif defined TARGET_ARCH_MODEL_ppc_64 46 #elif defined TARGET_ARCH_MODEL_ppc_64
41 # include "adfiles/ad_ppc_64.hpp" 47 # include "adfiles/ad_ppc_64.hpp"
48 #elif defined TARGET_ARCH_MODEL_mips_64
49 # include "adfiles/ad_mips_64.hpp"
42 #endif 50 #endif
43 51
44 class Arena; 52 class Arena;
45 class Bundle; 53 class Bundle;
46 class Block; 54 class Block;

mercurial