diff options
| author | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2015-04-21 19:00:26 +0000 |
|---|---|---|
| committer | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2015-04-21 19:00:26 +0000 |
| commit | 0d7c6942a1ff8ce50dbcfcbc2a7836575b66e5be (patch) | |
| tree | 2b703f533b4eab558ed82a2a959a7949df480b7a /llvm | |
| parent | 60635e39b669713fe8d7b40bf8b4b10fb7fb34d6 (diff) | |
| download | bcm5719-llvm-0d7c6942a1ff8ce50dbcfcbc2a7836575b66e5be.tar.gz bcm5719-llvm-0d7c6942a1ff8ce50dbcfcbc2a7836575b66e5be.zip | |
DebugInfo: Prune unnecessary forward declarations
Probably these forward declarations were once useful, but they certainly
don't belong here now.
llvm-svn: 235405
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/include/llvm/IR/DebugInfo.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/llvm/include/llvm/IR/DebugInfo.h b/llvm/include/llvm/IR/DebugInfo.h index 5a53f26c78d..e6f3cf941d8 100644 --- a/llvm/include/llvm/IR/DebugInfo.h +++ b/llvm/include/llvm/IR/DebugInfo.h @@ -29,22 +29,9 @@ #include <iterator> namespace llvm { -class BasicBlock; -class Constant; -class Function; -class GlobalVariable; class Module; -class Type; -class Value; class DbgDeclareInst; class DbgValueInst; -class Instruction; -class Metadata; -class MDNode; -class MDString; -class NamedMDNode; -class LLVMContext; -class raw_ostream; /// \brief Maps from type identifier to the actual MDNode. typedef DenseMap<const MDString *, MDNode *> DITypeIdentifierMap; |

