comparison graal/com.oracle.max.graal.jtt/src/com/oracle/graal/jtt/bytecode/BC_iload_2.java @ 5060:4ed4295ce15f

Update import statements.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Thu, 08 Mar 2012 19:11:12 +0100
parents ed559a528128
children
comparison
equal deleted inserted replaced
5059:ed559a528128 5060:4ed4295ce15f
21 * questions. 21 * questions.
22 */ 22 */
23 /* 23 /*
24 * Copyright (c) 2007, 2012, Oracle and/or its affiliates. All rights reserved. 24 * Copyright (c) 2007, 2012, Oracle and/or its affiliates. All rights reserved.
25 */ 25 */
26 package com.oracle.max.graal.jtt.bytecode; 26 package com.oracle.graal.jtt.bytecode;
27 27
28 import org.junit.*; 28 import org.junit.*;
29 29
30 /* 30 /*
31 */ 31 */