[vmkit-commits] [vmkit] r54915 - /vmkit/trunk/lib/JnJVM/LLVMRuntime/runtime-default.ll

Nicolas Geoffray nicolas.geoffray at lip6.fr
Mon Aug 18 03:54:04 PDT 2008


Author: geoffray
Date: Mon Aug 18 05:54:02 2008
New Revision: 54915

URL: http://llvm.org/viewvc/llvm-project?rev=54915&view=rev
Log:
Add a comment.


Modified:
    vmkit/trunk/lib/JnJVM/LLVMRuntime/runtime-default.ll

Modified: vmkit/trunk/lib/JnJVM/LLVMRuntime/runtime-default.ll
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/lib/JnJVM/LLVMRuntime/runtime-default.ll?rev=54915&r1=54914&r2=54915&view=diff

==============================================================================
--- vmkit/trunk/lib/JnJVM/LLVMRuntime/runtime-default.ll (original)
+++ vmkit/trunk/lib/JnJVM/LLVMRuntime/runtime-default.ll Mon Aug 18 05:54:02 2008
@@ -89,7 +89,9 @@
 
 ;;; forceInitialisationCheck - Force to check initialization. The difference
 ;;; between this function and the initialisationCheck function is that the
-;;; latter is readnone and can thus be removed.
+;;; latter is readnone and can thus be removed. This function is removed
+;;; by Jnjvm after the GVN pass, therefore it does not have an actual
+;;; implementation.
 declare void @forceInitialisationCheck(%JavaClass*)
 
 ;;; vtableLookup - Look up the offset in a virtual table of a specific





More information about the vmkit-commits mailing list