comparison graal/com.oracle.max.cri/src/com/oracle/max/cri/ci/CiValueUtil.java @ 5502:13aee5aba8cc

Moved RiConstant to cri.ri package.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Thu, 07 Jun 2012 17:07:42 +0200
parents d89b20486d87
children 438ab53efdd0
comparison
equal deleted inserted replaced
5501:d89b20486d87 5502:13aee5aba8cc
19 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA 19 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
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 package com.oracle.max.cri.ci; 23 package com.oracle.max.cri.ci;
24
25 import com.oracle.max.cri.ri.*;
24 26
25 public class CiValueUtil { 27 public class CiValueUtil {
26 public static boolean isIllegal(CiValue value) { 28 public static boolean isIllegal(CiValue value) {
27 assert value != null; 29 assert value != null;
28 return value == CiValue.IllegalValue; 30 return value == CiValue.IllegalValue;