diff options
author | Chandler Carruth <chandlerc@gmail.com> | 2014-03-05 10:34:14 +0000 |
---|---|---|
committer | Chandler Carruth <chandlerc@gmail.com> | 2014-03-05 10:34:14 +0000 |
commit | 9106521056290aeadcb38dd5bba1ddee35da8721 (patch) | |
tree | 96c8ec702733a5889f942373d72b48b08303bb90 /llvm/lib/Bitcode | |
parent | 9205140772c607f0a07bf8eac71888639a296b9d (diff) | |
download | bcm5719-llvm-9106521056290aeadcb38dd5bba1ddee35da8721.tar.gz bcm5719-llvm-9106521056290aeadcb38dd5bba1ddee35da8721.zip |
[Layering] Move AutoUpgrade.h into the IR library where its
implementation already lives.
llvm-svn: 202961
Diffstat (limited to 'llvm/lib/Bitcode')
-rw-r--r-- | llvm/lib/Bitcode/Reader/BitcodeReader.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Bitcode/Reader/BitcodeReader.cpp b/llvm/lib/Bitcode/Reader/BitcodeReader.cpp index 0992997d780..527fd253988 100644 --- a/llvm/lib/Bitcode/Reader/BitcodeReader.cpp +++ b/llvm/lib/Bitcode/Reader/BitcodeReader.cpp @@ -11,8 +11,8 @@ #include "BitcodeReader.h" #include "llvm/ADT/SmallString.h" #include "llvm/ADT/SmallVector.h" -#include "llvm/AutoUpgrade.h" #include "llvm/Bitcode/LLVMBitCodes.h" +#include "llvm/IR/AutoUpgrade.h" #include "llvm/IR/Constants.h" #include "llvm/IR/DerivedTypes.h" #include "llvm/IR/InlineAsm.h" |