diff options
author | Chris Lattner <sabre@nondot.org> | 2007-02-09 07:53:20 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-02-09 07:53:20 +0000 |
commit | b3905c70c4d034aa7cdd7d20dbe58cfd725c80bd (patch) | |
tree | 90ec41c41112c3e40c2f4b094f86d83f2e3bec97 /llvm/lib/Bytecode/Writer/WriterInternals.h | |
parent | fc30d1bb6999c8c372879f7adbf08b78cab38e3c (diff) | |
download | bcm5719-llvm-b3905c70c4d034aa7cdd7d20dbe58cfd725c80bd.tar.gz bcm5719-llvm-b3905c70c4d034aa7cdd7d20dbe58cfd725c80bd.zip |
remove dead code, the outputConstants function is now only called at module scope.
llvm-svn: 34085
Diffstat (limited to 'llvm/lib/Bytecode/Writer/WriterInternals.h')
-rw-r--r-- | llvm/lib/Bytecode/Writer/WriterInternals.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Bytecode/Writer/WriterInternals.h b/llvm/lib/Bytecode/Writer/WriterInternals.h index f3c59f32880..36c6229b215 100644 --- a/llvm/lib/Bytecode/Writer/WriterInternals.h +++ b/llvm/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(); |