src/share/vm/opto/lcm.cpp

changeset 1
2d8a650513c2
parent 0
f90c822e73f8
child 6876
710a3c8b516e
equal deleted inserted replaced
0:f90c822e73f8 1:2d8a650513c2
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 #include "precompiled.hpp" 31 #include "precompiled.hpp"
26 #include "memory/allocation.inline.hpp" 32 #include "memory/allocation.inline.hpp"
27 #include "opto/block.hpp" 33 #include "opto/block.hpp"
28 #include "opto/c2compiler.hpp" 34 #include "opto/c2compiler.hpp"
29 #include "opto/callnode.hpp" 35 #include "opto/callnode.hpp"
33 #ifdef TARGET_ARCH_MODEL_x86_32 39 #ifdef TARGET_ARCH_MODEL_x86_32
34 # include "adfiles/ad_x86_32.hpp" 40 # include "adfiles/ad_x86_32.hpp"
35 #endif 41 #endif
36 #ifdef TARGET_ARCH_MODEL_x86_64 42 #ifdef TARGET_ARCH_MODEL_x86_64
37 # include "adfiles/ad_x86_64.hpp" 43 # include "adfiles/ad_x86_64.hpp"
44 #endif
45 #ifdef TARGET_ARCH_MODEL_mips_64
46 # include "adfiles/ad_mips_64.hpp"
38 #endif 47 #endif
39 #ifdef TARGET_ARCH_MODEL_sparc 48 #ifdef TARGET_ARCH_MODEL_sparc
40 # include "adfiles/ad_sparc.hpp" 49 # include "adfiles/ad_sparc.hpp"
41 #endif 50 #endif
42 #ifdef TARGET_ARCH_MODEL_zero 51 #ifdef TARGET_ARCH_MODEL_zero

mercurial