diff options
author | Chris Lattner <sabre@nondot.org> | 2005-11-12 01:33:40 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2005-11-12 01:33:40 +0000 |
commit | 8e1e6117d016b526f143093e0c18a16546995c83 (patch) | |
tree | ad9cec40d238bbbd16be028b6bcf1c803eb26575 /llvm/lib/Bytecode/Writer/WriterInternals.h | |
parent | 045f096b180edc7826c0e63c95e27c1ac51badb2 (diff) | |
download | bcm5719-llvm-8e1e6117d016b526f143093e0c18a16546995c83.tar.gz bcm5719-llvm-8e1e6117d016b526f143093e0c18a16546995c83.zip |
Read and write section info from/to .bc files
llvm-svn: 24321
Diffstat (limited to 'llvm/lib/Bytecode/Writer/WriterInternals.h')
-rw-r--r-- | llvm/lib/Bytecode/Writer/WriterInternals.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/lib/Bytecode/Writer/WriterInternals.h b/llvm/lib/Bytecode/Writer/WriterInternals.h index 46ad5c67103..15dd92db1ec 100644 --- a/llvm/lib/Bytecode/Writer/WriterInternals.h +++ b/llvm/lib/Bytecode/Writer/WriterInternals.h @@ -10,10 +10,6 @@ // This header defines the interface used between components of the bytecode // writer. // -// Note that the performance of this library is not terribly important, because -// it shouldn't be used by JIT type applications... so it is not a huge focus -// at least. :) -// //===----------------------------------------------------------------------===// #ifndef LLVM_LIB_BYTECODE_WRITER_WRITERINTERNALS_H |