diff options
author | Chris Lattner <sabre@nondot.org> | 2010-08-26 01:14:37 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-08-26 01:14:37 +0000 |
commit | 2d482bb96b8576f8a91b635c0183892fcc397593 (patch) | |
tree | b58d6ca1ee75484faac8c0a20f24cce00ff97337 /llvm/lib/Target/CBackend/CBackend.cpp | |
parent | 07afbd5a08a6035ffc82975688cfa983cde8f021 (diff) | |
download | bcm5719-llvm-2d482bb96b8576f8a91b635c0183892fcc397593.tar.gz bcm5719-llvm-2d482bb96b8576f8a91b635c0183892fcc397593.zip |
remove dead proto
llvm-svn: 112131
Diffstat (limited to 'llvm/lib/Target/CBackend/CBackend.cpp')
-rw-r--r-- | llvm/lib/Target/CBackend/CBackend.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/CBackend/CBackend.cpp b/llvm/lib/Target/CBackend/CBackend.cpp index 46f584cb1b5..270fff6064a 100644 --- a/llvm/lib/Target/CBackend/CBackend.cpp +++ b/llvm/lib/Target/CBackend/CBackend.cpp @@ -199,7 +199,6 @@ namespace { 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); |