DebugInfo: Remove CompileUnit::constructTypeDIEImpl now that it's just a simple wrapper again.

r195698 moved the type unit checking up into getOrCreateTypeDIE so
remove the redundant check and fold the functions back together again.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@195700 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
David Blaikie
2013-11-26 00:35:04 +00:00
parent 947c2f1066
commit 2fdf433e51
2 changed files with 2 additions and 15 deletions

View File

@@ -327,10 +327,6 @@ public:
DIE *createAndAddDIE(unsigned Tag, DIE &Parent,
DIDescriptor N = DIDescriptor());
/// constructTypeDIEImpl - Construct type DIE that is not a type unit
/// reference from a DICompositeType.
void constructTypeDIEImpl(DIE &Buffer, DICompositeType CTy);
/// Compute the size of a header for this unit, not including the initial
/// length field.
unsigned getHeaderSize() const {