Revert "Adding DIImportedModules to DIScopes."

This reverts commit 342d92c7a0.

Turns out we're going with a different schema design to represent
DW_TAG_imported_modules so we won't need this extra field.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@178215 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
David Blaikie
2013-03-28 02:44:59 +00:00
parent d7216a28d6
commit 72dfb052ab
99 changed files with 1361 additions and 1480 deletions

View File

@@ -46,7 +46,6 @@ namespace llvm {
class DITemplateTypeParameter;
class DITemplateValueParameter;
class DIObjCProperty;
class DIImportedModule;
class DIBuilder {
private:
@@ -567,11 +566,6 @@ namespace llvm {
DILexicalBlock createLexicalBlock(DIDescriptor Scope, DIFile File,
unsigned Line, unsigned Col);
/// \brief Create a descriptor for an imported module.
/// @param NS The namespace being imported here
DIImportedModule createImportedModule(DINameSpace NS);
/// insertDeclare - Insert a new llvm.dbg.declare intrinsic call.
/// @param Storage llvm::Value of the variable
/// @param VarInfo Variable's debug info descriptor.