[llvm-commits] [llvm] r112131 - /llvm/trunk/lib/Target/CBackend/CBackend.cpp

Chris Lattner sabre at nondot.org
Wed Aug 25 18:14:38 PDT 2010


Author: lattner
Date: Wed Aug 25 20:14:37 2010
New Revision: 112131

URL: http://llvm.org/viewvc/llvm-project?rev=112131&view=rev
Log:
remove dead proto

Modified:
    llvm/trunk/lib/Target/CBackend/CBackend.cpp

Modified: llvm/trunk/lib/Target/CBackend/CBackend.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/CBackend/CBackend.cpp?rev=112131&r1=112130&r2=112131&view=diff
==============================================================================
--- llvm/trunk/lib/Target/CBackend/CBackend.cpp (original)
+++ llvm/trunk/lib/Target/CBackend/CBackend.cpp Wed Aug 25 20:14:37 2010
@@ -199,7 +199,6 @@
 
     void lowerIntrinsics(Function &F);
 
-    void printModule(Module *M);
     void printModuleTypes(const TypeSymbolTable &ST);
     void printContainedStructs(const Type *Ty, std::set<const Type *> &);
     void printFloatingPointConstants(Function &F);





More information about the llvm-commits mailing list