diff options
author | Chris Lattner <sabre@nondot.org> | 2004-01-10 18:56:59 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-01-10 18:56:59 +0000 |
commit | 4443019b7df16797da58d1cc2fd24a4a3351f8f7 (patch) | |
tree | 7c725c65cfd469a4c59f3b867b1c0c22e151bc74 /lib/Bytecode/Writer/WriterInternals.h | |
parent | 44f549b4ebe834aa4b337864ee45ee21c66e8c9a (diff) |
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
Diffstat (limited to 'lib/Bytecode/Writer/WriterInternals.h')
-rw-r--r-- | lib/Bytecode/Writer/WriterInternals.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Bytecode/Writer/WriterInternals.h b/lib/Bytecode/Writer/WriterInternals.h index 29465157c7..9fb778df20 100644 --- a/lib/Bytecode/Writer/WriterInternals.h +++ b/lib/Bytecode/Writer/WriterInternals.h @@ -20,8 +20,8 @@ #define LLVM_LIB_BYTECODE_WRITER_WRITERINTERNALS_H #include "llvm/Bytecode/Writer.h" +#include "WriterPrimitives.h" #include "llvm/Bytecode/Format.h" -#include "llvm/Bytecode/Primitives.h" #include "llvm/SlotCalculator.h" #include "llvm/Instruction.h" |