[Bitcode] Update includes: llvm/Bitcode -> llvm/Bitstream

The Bitstream part of Bitcode moved to llvm/Bitstream in LLVM. This
updates the uses in swift.

See r365091 [Bitcode] Move Bitstream to a separate library.

(cherry picked from commit 1cd8e19357)
This commit is contained in:
Francis Visoiu Mistrih
2019-07-03 14:27:04 -07:00
parent e56e311a23
commit 47c6ce2af7
7 changed files with 8 additions and 8 deletions

View File

@@ -26,7 +26,7 @@
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/TinyPtrVector.h"
#include "llvm/Bitcode/BitstreamReader.h"
#include "llvm/Bitstream/BitstreamReader.h"
#include "llvm/Support/Error.h"
#include "llvm/Support/MemoryBuffer.h"