aboutsummaryrefslogtreecommitdiff
path: root/lib/Bytecode/Writer/WriterInternals.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-02-09 07:53:20 +0000
committerChris Lattner <sabre@nondot.org>2007-02-09 07:53:20 +0000
commit8dcd81cc0eb1b177e2024b93fd04548c91dbc6f1 (patch)
tree791b10576b109fe5e55471dd21c9fd8b3fc0723c /lib/Bytecode/Writer/WriterInternals.h
parentba6de4b1cf6057f9b62d785b2e8e70a469ce25d7 (diff)
remove dead code, the outputConstants function is now only called at module scope.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34085 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Bytecode/Writer/WriterInternals.h')
-rw-r--r--lib/Bytecode/Writer/WriterInternals.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Bytecode/Writer/WriterInternals.h b/lib/Bytecode/Writer/WriterInternals.h
index f3c59f3288..36c6229b21 100644
--- a/lib/Bytecode/Writer/WriterInternals.h
+++ b/lib/Bytecode/Writer/WriterInternals.h
@@ -35,7 +35,7 @@ public:
BytecodeWriter(std::vector<unsigned char> &o, const Module *M);
private:
- void outputConstants(bool isFunction);
+ void outputConstants();
void outputConstantStrings();
void outputFunction(const Function *F);
void outputCompactionTable();