[vmkit-commits] [vmkit] r69038 - /vmkit/trunk/lib/JnJVM/Compiler/JavaJIT.h

Nicolas Geoffray nicolas.geoffray at lip6.fr
Tue Apr 14 02:20:27 PDT 2009


Author: geoffray
Date: Tue Apr 14 04:20:23 2009
New Revision: 69038

URL: http://llvm.org/viewvc/llvm-project?rev=69038&view=rev
Log:
This wasn't supposed to get in.


Modified:
    vmkit/trunk/lib/JnJVM/Compiler/JavaJIT.h

Modified: vmkit/trunk/lib/JnJVM/Compiler/JavaJIT.h
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/lib/JnJVM/Compiler/JavaJIT.h?rev=69038&r1=69037&r2=69038&view=diff

==============================================================================
--- vmkit/trunk/lib/JnJVM/Compiler/JavaJIT.h (original)
+++ vmkit/trunk/lib/JnJVM/Compiler/JavaJIT.h Tue Apr 14 04:20:23 2009
@@ -351,8 +351,6 @@
                                  const llvm::Type* returnType,
                                  llvm::Value* addArg, bool doThrow = true);
 
-  llvm::Value* getResolvedVirtualTable(uint16 index, bool doThrow, bool clinit);
-
 //===----------------------- Java method calls  ---------------------------===//
   
   /// makeArgs - Insert the arguments of a method in the vector. The arguments





More information about the vmkit-commits mailing list