[llvm-commits] [poolalloc] r130230 - /poolalloc/trunk/include/assistDS/TypeChecks.h

Arushi Aggarwal aggarwa4 at illinois.edu
Tue Apr 26 11:54:10 PDT 2011


Author: aggarwa4
Date: Tue Apr 26 13:54:10 2011
New Revision: 130230

URL: http://llvm.org/viewvc/llvm-project?rev=130230&view=rev
Log:
Add the correct prototype

Modified:
    poolalloc/trunk/include/assistDS/TypeChecks.h

Modified: poolalloc/trunk/include/assistDS/TypeChecks.h
URL: http://llvm.org/viewvc/llvm-project/poolalloc/trunk/include/assistDS/TypeChecks.h?rev=130230&r1=130229&r2=130230&view=diff
==============================================================================
--- poolalloc/trunk/include/assistDS/TypeChecks.h (original)
+++ poolalloc/trunk/include/assistDS/TypeChecks.h Tue Apr 26 13:54:10 2011
@@ -63,7 +63,7 @@
                    Constant *C, Instruction &I, unsigned offset);
   bool visitStoreInst(Module &M, StoreInst &SI);
   bool visitCopyingStoreInst(Module &M, StoreInst &SI, Value *SS);
-  bool visitInputFunctionValue(Module &M, Value *V, CallInst *CI);
+  bool visitInputFunctionValue(Module &M, Value *V, Instruction *CI);
 
   // Return the map containing all of the types used in the module.
   const std::map<const Type *, unsigned int> &getTypes() const {





More information about the llvm-commits mailing list