diff options
| author | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2015-02-02 18:53:21 +0000 |
|---|---|---|
| committer | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2015-02-02 18:53:21 +0000 |
| commit | d9901ff5867073cab6c1b2f8ed0702c28dcbbcc1 (patch) | |
| tree | d07beb52f89e46427f097cb2bae935dc7d18d639 /llvm/lib/Bitcode/Reader/BitcodeReader.cpp | |
| parent | 241a9e8db20cd750d34073c549d65f0d07463dbd (diff) | |
| download | llvm-d9901ff5867073cab6c1b2f8ed0702c28dcbbcc1.zip llvm-d9901ff5867073cab6c1b2f8ed0702c28dcbbcc1.tar.gz llvm-d9901ff5867073cab6c1b2f8ed0702c28dcbbcc1.tar.bz2 | |
IR: Split out DebugInfoMetadata.h, NFC
Move debug-info-centred `Metadata` subclasses into their own
header/source file. A couple of private template functions are needed
from both `Metadata.cpp` and `DebugInfoMetadata.cpp`, so I've moved them
to `lib/IR/MetadataImpl.h`.
llvm-svn: 227835
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
| -rw-r--r-- | llvm/lib/Bitcode/Reader/BitcodeReader.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Bitcode/Reader/BitcodeReader.cpp b/llvm/lib/Bitcode/Reader/BitcodeReader.cpp index 0af344a..d2ee73f 100644 --- a/llvm/lib/Bitcode/Reader/BitcodeReader.cpp +++ b/llvm/lib/Bitcode/Reader/BitcodeReader.cpp @@ -15,6 +15,7 @@ #include "llvm/Bitcode/LLVMBitCodes.h" #include "llvm/IR/AutoUpgrade.h" #include "llvm/IR/Constants.h" +#include "llvm/IR/DebugInfoMetadata.h" #include "llvm/IR/DerivedTypes.h" #include "llvm/IR/DiagnosticPrinter.h" #include "llvm/IR/InlineAsm.h" |
