diff graal/com.oracle.max.cri/src/com/oracle/max/cri/ci/CiRuntimeCall.java @ 4696:cd298550a597

DCE on CiRuntimeCall enum values.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Sat, 25 Feb 2012 00:56:42 +0100
parents e29339f342de
children 438ab53efdd0
line wrap: on
line diff
--- a/graal/com.oracle.max.cri/src/com/oracle/max/cri/ci/CiRuntimeCall.java	Sat Feb 25 00:52:58 2012 +0100
+++ b/graal/com.oracle.max.cri/src/com/oracle/max/cri/ci/CiRuntimeCall.java	Sat Feb 25 00:56:42 2012 +0100
@@ -36,18 +36,13 @@
     SetDeoptInfo(Void, Object),
     CreateNullPointerException(Object),
     CreateOutOfBoundsException(Object, Int),
-    OSRMigrationEnd(Void),
     JavaTimeMillis(Long),
     JavaTimeNanos(Long),
     Debug(Void),
-    ArithmethicLrem(Long, Long, Long),
-    ArithmeticLdiv(Long, Long, Long),
     ArithmeticFrem(Float, Float, Float),
     ArithmeticDrem(Double, Double, Double),
     ArithmeticCos(Double, Double),
     ArithmeticTan(Double, Double),
-    ArithmeticLog(Double, Double),
-    ArithmeticLog10(Double, Double),
     ArithmeticSin(Double, Double),
     GenericCallback(Object, Object, Object);