src/share/vm/opto/output.hpp

changeset 6876
710a3c8b516e
parent 6503
a9becfeecd1b
parent 1
2d8a650513c2
child 7994
04ff2f6cd0eb
equal deleted inserted replaced
6875:28b50d07f6f8 6876:710a3c8b516e
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 */ 23 */
24 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.
29 */
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
28 #include "opto/block.hpp" 34 #include "opto/block.hpp"
29 #include "opto/node.hpp" 35 #include "opto/node.hpp"
30 #ifdef TARGET_ARCH_MODEL_x86_32 36 #ifdef TARGET_ARCH_MODEL_x86_32
31 # include "adfiles/ad_x86_32.hpp" 37 # include "adfiles/ad_x86_32.hpp"
32 #endif 38 #endif
33 #ifdef TARGET_ARCH_MODEL_x86_64 39 #ifdef TARGET_ARCH_MODEL_x86_64
34 # include "adfiles/ad_x86_64.hpp" 40 # include "adfiles/ad_x86_64.hpp"
41 #endif
42 #ifdef TARGET_ARCH_MODEL_mips_64
43 # include "adfiles/ad_mips_64.hpp"
35 #endif 44 #endif
36 #ifdef TARGET_ARCH_MODEL_sparc 45 #ifdef TARGET_ARCH_MODEL_sparc
37 # include "adfiles/ad_sparc.hpp" 46 # include "adfiles/ad_sparc.hpp"
38 #endif 47 #endif
39 #ifdef TARGET_ARCH_MODEL_zero 48 #ifdef TARGET_ARCH_MODEL_zero

mercurial