aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-08-26 01:14:37 +0000
committerChris Lattner <sabre@nondot.org>2010-08-26 01:14:37 +0000
commitf88c23597aa457f983b3ecd0043c6de2520be1ba (patch)
treed136d99884a1cd94bbbd03a7562436b4afbabf5e
parent2a36545176ff8f9b7cd132070d186edcdcc3b2a3 (diff)
downloadexternal_llvm-f88c23597aa457f983b3ecd0043c6de2520be1ba.zip
external_llvm-f88c23597aa457f983b3ecd0043c6de2520be1ba.tar.gz
external_llvm-f88c23597aa457f983b3ecd0043c6de2520be1ba.tar.bz2
remove dead proto
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112131 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Target/CBackend/CBackend.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/CBackend/CBackend.cpp b/lib/Target/CBackend/CBackend.cpp
index 46f584c..270fff6 100644
--- a/lib/Target/CBackend/CBackend.cpp
+++ b/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);