src/share/vm/opto/matcher.cpp

changeset 6876
710a3c8b516e
parent 6680
78bbf4d43a14
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 #include "precompiled.hpp" 31 #include "precompiled.hpp"
26 #include "memory/allocation.inline.hpp" 32 #include "memory/allocation.inline.hpp"
27 #include "opto/addnode.hpp" 33 #include "opto/addnode.hpp"
28 #include "opto/callnode.hpp" 34 #include "opto/callnode.hpp"
29 #include "opto/connode.hpp" 35 #include "opto/connode.hpp"
41 #ifdef TARGET_ARCH_MODEL_x86_32 47 #ifdef TARGET_ARCH_MODEL_x86_32
42 # include "adfiles/ad_x86_32.hpp" 48 # include "adfiles/ad_x86_32.hpp"
43 #endif 49 #endif
44 #ifdef TARGET_ARCH_MODEL_x86_64 50 #ifdef TARGET_ARCH_MODEL_x86_64
45 # include "adfiles/ad_x86_64.hpp" 51 # include "adfiles/ad_x86_64.hpp"
52 #endif
53 #ifdef TARGET_ARCH_MODEL_mips_64
54 # include "adfiles/ad_mips_64.hpp"
46 #endif 55 #endif
47 #ifdef TARGET_ARCH_MODEL_sparc 56 #ifdef TARGET_ARCH_MODEL_sparc
48 # include "adfiles/ad_sparc.hpp" 57 # include "adfiles/ad_sparc.hpp"
49 #endif 58 #endif
50 #ifdef TARGET_ARCH_MODEL_zero 59 #ifdef TARGET_ARCH_MODEL_zero

mercurial