Refactor writer stuff out of include/llvm/Bytecode/Primitives.h. This is
authorChris Lattner <sabre@nondot.org>
Sat, 10 Jan 2004 18:56:59 +0000 (18:56 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 10 Jan 2004 18:56:59 +0000 (18:56 +0000)
commit4443019b7df16797da58d1cc2fd24a4a3351f8f7
tree7c725c65cfd469a4c59f3b867b1c0c22e151bc74
parent44f549b4ebe834aa4b337864ee45ee21c66e8c9a
Refactor writer stuff out of include/llvm/Bytecode/Primitives.h.  This is
internal implementation details for the writer, not public interfaces!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10738 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Bytecode/Writer/WriterInternals.h
lib/Bytecode/Writer/WriterPrimitives.h [new file with mode: 0644]