diff graal/com.oracle.max.asm/src/com/oracle/max/asm/target/amd64/AMD64.java @ 5504:452f91ebdb54

Moved RiKind to cri.ri package.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Thu, 07 Jun 2012 17:09:57 +0200
parents 438ab53efdd0
children dc71b06d09f8
line wrap: on
line diff
--- a/graal/com.oracle.max.asm/src/com/oracle/max/asm/target/amd64/AMD64.java	Thu Jun 07 17:08:33 2012 +0200
+++ b/graal/com.oracle.max.asm/src/com/oracle/max/asm/target/amd64/AMD64.java	Thu Jun 07 17:09:57 2012 +0200
@@ -22,8 +22,8 @@
  */
 package com.oracle.max.asm.target.amd64;
 
-import static com.oracle.max.cri.ci.RiKind.*;
 import static com.oracle.max.cri.ci.CiRegister.RegisterFlag.*;
+import static com.oracle.max.cri.ri.RiKind.*;
 import static com.oracle.max.cri.util.MemoryBarriers.*;
 
 import com.oracle.max.cri.ci.*;