[vmkit-commits] [vmkit] r137555 - in /vmkit/trunk/mmtk/magic: LowerMagic.cpp Makefile

Nicolas Geoffray nicolas.geoffray at lip6.fr
Sat Aug 13 07:27:39 PDT 2011


Author: geoffray
Date: Sat Aug 13 09:27:39 2011
New Revision: 137555

URL: http://llvm.org/viewvc/llvm-project?rev=137555&view=rev
Log:
Remove warnings.


Modified:
    vmkit/trunk/mmtk/magic/LowerMagic.cpp
    vmkit/trunk/mmtk/magic/Makefile

Modified: vmkit/trunk/mmtk/magic/LowerMagic.cpp
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/mmtk/magic/LowerMagic.cpp?rev=137555&r1=137554&r2=137555&view=diff
==============================================================================
--- vmkit/trunk/mmtk/magic/LowerMagic.cpp (original)
+++ vmkit/trunk/mmtk/magic/LowerMagic.cpp Sat Aug 13 09:27:39 2011
@@ -40,10 +40,10 @@
 static const char* AddressZeroMethod = 0;
 static const char* AddressIsZeroMethod;
 static const char* AddressMaxMethod;
-static const char* AddressIsMaxMethod;
-static const char* AddressFromIntSignExtendMethod;
+//static const char* AddressIsMaxMethod;
+//static const char* AddressFromIntSignExtendMethod;
 static const char* AddressFromIntZeroExtendMethod;
-static const char* AddressFromLongMethod;
+//static const char* AddressFromLongMethod;
 static const char* AddressToObjectReferenceMethod;
 static const char* AddressToIntMethod;
 static const char* AddressToLongMethod;
@@ -52,7 +52,7 @@
 static const char* AddressPlusOffsetMethod;
 static const char* AddressPlusExtentMethod;
 static const char* AddressMinusIntMethod;
-static const char* AddressMinusOffsetMethod;
+//static const char* AddressMinusOffsetMethod;
 static const char* AddressMinusExtentMethod;
 static const char* AddressDiffMethod;
 static const char* AddressLTMethod;
@@ -61,63 +61,63 @@
 static const char* AddressGEMethod;
 static const char* AddressEQMethod;
 static const char* AddressNEMethod;
-static const char* AddressPrefetchMethod;
+//static const char* AddressPrefetchMethod;
 static const char* AddressLoadObjectReferenceMethod;
 static const char* AddressLoadObjectReferenceAtOffsetMethod;
 static const char* AddressLoadByteMethod;
 static const char* AddressLoadByteAtOffsetMethod;
-static const char* AddressLoadCharMethod;
-static const char* AddressLoadCharAtOffsetMethod;
+//static const char* AddressLoadCharMethod;
+//static const char* AddressLoadCharAtOffsetMethod;
 static const char* AddressLoadShortMethod;
 static const char* AddressLoadShortAtOffsetMethod;
-static const char* AddressLoadFloatMethod;
-static const char* AddressLoadFloatAtOffsetMethod;
+//static const char* AddressLoadFloatMethod;
+//static const char* AddressLoadFloatAtOffsetMethod;
 static const char* AddressLoadIntMethod;
 static const char* AddressLoadIntAtOffsetMethod;
-static const char* AddressLoadLongMethod;
-static const char* AddressLoadLongAtOffsetMethod;
-static const char* AddressLoadDoubleMethod;
-static const char* AddressLoadDoubleAtOffsetMethod;
+//static const char* AddressLoadLongMethod;
+//static const char* AddressLoadLongAtOffsetMethod;
+//static const char* AddressLoadDoubleMethod;
+//static const char* AddressLoadDoubleAtOffsetMethod;
 static const char* AddressLoadAddressMethod;
 static const char* AddressLoadAddressAtOffsetMethod;
 static const char* AddressLoadWordMethod;
 static const char* AddressLoadWordAtOffsetMethod;
 static const char* AddressStoreObjectReferenceMethod;
-static const char* AddressStoreObjectReferenceAtOffsetMethod;
+//static const char* AddressStoreObjectReferenceAtOffsetMethod;
 static const char* AddressStoreAddressMethod;
 static const char* AddressStoreAddressAtOffsetMethod;
-static const char* AddressStoreFloatMethod;
-static const char* AddressStoreFloatAtOffsetMethod;
+//static const char* AddressStoreFloatMethod;
+//static const char* AddressStoreFloatAtOffsetMethod;
 static const char* AddressStoreWordMethod;
 static const char* AddressStoreWordAtOffsetMethod;
 static const char* AddressStoreByteMethod;
 static const char* AddressStoreByteAtOffsetMethod;
 static const char* AddressStoreIntMethod;
-static const char* AddressStoreIntAtOffsetMethod;
-static const char* AddressStoreDoubleMethod;
-static const char* AddressStoreDoubleAtOffsetMethod;
-static const char* AddressStoreLongMethod;
-static const char* AddressStoreLongAtOffsetMethod;
-static const char* AddressStoreCharMethod;
-static const char* AddressStoreCharAtOffsetMethod;
+//static const char* AddressStoreIntAtOffsetMethod;
+//static const char* AddressStoreDoubleMethod;
+//static const char* AddressStoreDoubleAtOffsetMethod;
+//static const char* AddressStoreLongMethod;
+//static const char* AddressStoreLongAtOffsetMethod;
+//static const char* AddressStoreCharMethod;
+//static const char* AddressStoreCharAtOffsetMethod;
 static const char* AddressStoreShortMethod;
 static const char* AddressStoreShortAtOffsetMethod;
 static const char* AddressPrepareWordMethod;
 static const char* AddressPrepareWordAtOffsetMethod;
-static const char* AddressPrepareObjectReferenceMethod;
-static const char* AddressPrepareObjectReferenceAtOffsetMethod;
-static const char* AddressPrepareAddressMethod;
-static const char* AddressPrepareAddressAtOffsetMethod;
-static const char* AddressPrepareIntMethod;
-static const char* AddressPrepareIntAtOffsetMethod;
-static const char* AddressAttemptIntMethod;
-static const char* AddressAttemptIntAtOffsetMethod;
+//static const char* AddressPrepareObjectReferenceMethod;
+//static const char* AddressPrepareObjectReferenceAtOffsetMethod;
+//static const char* AddressPrepareAddressMethod;
+//static const char* AddressPrepareAddressAtOffsetMethod;
+//static const char* AddressPrepareIntMethod;
+//static const char* AddressPrepareIntAtOffsetMethod;
+//static const char* AddressAttemptIntMethod;
+//static const char* AddressAttemptIntAtOffsetMethod;
 static const char* AddressAttemptWordMethod;
 static const char* AddressAttemptWordAtOffsetMethod;
-static const char* AddressAttemptObjectReferenceMethod;
-static const char* AddressAttemptObjectReferenceAtOffsetMethod;
-static const char* AddressAttemptAddressMethod;
-static const char* AddressAttemptAddressAtOffsetMethod;
+//static const char* AddressAttemptObjectReferenceMethod;
+//static const char* AddressAttemptObjectReferenceAtOffsetMethod;
+//static const char* AddressAttemptAddressMethod;
+//static const char* AddressAttemptAddressAtOffsetMethod;
 
 static const char* ExtentClass = "JnJVM_org_vmmagic_unboxed_Extent_";
 static const char* ExtentToWordMethod = 0;
@@ -133,9 +133,9 @@
 static const char* ExtentMinusIntMethod;
 static const char* ExtentMinusExtentMethod;
 static const char* ExtentLTMethod;
-static const char* ExtentLEMethod;
+//static const char* ExtentLEMethod;
 static const char* ExtentGTMethod;
-static const char* ExtentGEMethod;
+//static const char* ExtentGEMethod;
 static const char* ExtentEQMethod;
 static const char* ExtentNEMethod;
 
@@ -151,7 +151,7 @@
 static const char* OffsetFromIntSignExtendMethod = 0;
 static const char* OffsetFromIntZeroExtendMethod;
 static const char* OffsetZeroMethod;
-static const char* OffsetMaxMethod;
+//static const char* OffsetMaxMethod;
 static const char* OffsetToIntMethod;
 static const char* OffsetToLongMethod;
 static const char* OffsetToWordMethod;
@@ -159,18 +159,18 @@
 static const char* OffsetMinusIntMethod;
 static const char* OffsetMinusOffsetMethod;
 static const char* OffsetEQMethod;
-static const char* OffsetNEMethod;
+//static const char* OffsetNEMethod;
 static const char* OffsetSLTMethod;
 static const char* OffsetSLEMethod;
 static const char* OffsetSGTMethod;
 static const char* OffsetSGEMethod;
 static const char* OffsetIsZeroMethod;
-static const char* OffsetIsMaxMethod;
+//static const char* OffsetIsMaxMethod;
 
 static const char* WordClass = "JnJVM_org_vmmagic_unboxed_Word_";
 static const char* WordFromIntSignExtendMethod = 0;
 static const char* WordFromIntZeroExtendMethod;
-static const char* WordFromLongMethod;
+//static const char* WordFromLongMethod;
 static const char* WordZeroMethod;
 static const char* WordOneMethod;
 static const char* WordMaxMethod;
@@ -180,13 +180,13 @@
 static const char* WordToOffsetMethod;
 static const char* WordToExtentMethod;
 static const char* WordPlusWordMethod;
-static const char* WordPlusOffsetMethod;
-static const char* WordPlusExtentMethod;
+//static const char* WordPlusOffsetMethod;
+//static const char* WordPlusExtentMethod;
 static const char* WordMinusWordMethod;
-static const char* WordMinusOffsetMethod;
+//static const char* WordMinusOffsetMethod;
 static const char* WordMinusExtentMethod;
 static const char* WordIsZeroMethod;
-static const char* WordIsMaxMethod;
+//static const char* WordIsMaxMethod;
 static const char* WordLTMethod;
 static const char* WordLEMethod;
 static const char* WordGTMethod;
@@ -199,7 +199,7 @@
 static const char* WordXorMethod;
 static const char* WordLshMethod;
 static const char* WordRshlMethod;
-static const char* WordRshaMethod;
+//static const char* WordRshaMethod;
 
 static Function* CASPtr;
 static Function* CASInt;

Modified: vmkit/trunk/mmtk/magic/Makefile
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/mmtk/magic/Makefile?rev=137555&r1=137554&r2=137555&view=diff
==============================================================================
--- vmkit/trunk/mmtk/magic/Makefile (original)
+++ vmkit/trunk/mmtk/magic/Makefile Sat Aug 13 09:27:39 2011
@@ -10,7 +10,6 @@
 LEVEL = ../..
 LIBRARYNAME = MMTKMagic
 LOADABLE_MODULE = 1
-USEDLIBS =
 
 include $(LEVEL)/Makefile.common
 





More information about the vmkit-commits mailing list