promote LLVMBitCodes to be a public header

llvm-svn: 36358
This commit is contained in:
Chris Lattner
2007-04-23 01:01:37 +00:00
parent b652b1346e
commit 362b4a1c92
3 changed files with 2 additions and 89 deletions

View File

@@ -13,7 +13,7 @@
#include "llvm/Bitcode/ReaderWriter.h"
#include "llvm/Bitcode/BitstreamWriter.h"
#include "../LLVMBitCodes.h"
#include "llvm/Bitcode/LLVMBitCodes.h"
#include "ValueEnumerator.h"
#include "llvm/DerivedTypes.h"
#include "llvm/Module.h"