comparison graal/com.oracle.graal.compiler.test/src/com/oracle/graal/compiler/test/ReadAfterCheckCastTest.java @ 21418:cba35d171cd1

Move memory related nodes to their own package.
author Roland Schatz <roland.schatz@oracle.com>
date Mon, 18 May 2015 11:41:11 +0200
parents 2fd45bb25118
children b1530a6cce8c
comparison
equal deleted inserted replaced
21417:05b26a1cf85f 21418:cba35d171cd1
1 /* 1 /*
2 * Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 2013, 2015, 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.
26 26
27 import com.oracle.graal.debug.*; 27 import com.oracle.graal.debug.*;
28 import com.oracle.graal.debug.Debug.Scope; 28 import com.oracle.graal.debug.Debug.Scope;
29 import com.oracle.graal.nodes.*; 29 import com.oracle.graal.nodes.*;
30 import com.oracle.graal.nodes.StructuredGraph.AllowAssumptions; 30 import com.oracle.graal.nodes.StructuredGraph.AllowAssumptions;
31 import com.oracle.graal.nodes.extended.*; 31 import com.oracle.graal.nodes.memory.*;
32 import com.oracle.graal.nodes.spi.*; 32 import com.oracle.graal.nodes.spi.*;
33 import com.oracle.graal.phases.common.*; 33 import com.oracle.graal.phases.common.*;
34 import com.oracle.graal.phases.tiers.*; 34 import com.oracle.graal.phases.tiers.*;
35 35
36 /* consider 36 /* consider