diff options
author | Adrian Prantl <aprantl@apple.com> | 2013-02-27 01:31:55 +0000 |
---|---|---|
committer | Adrian Prantl <aprantl@apple.com> | 2013-02-27 01:31:55 +0000 |
commit | 10b4df7ff21076c21ca764f8ca38ccaff7888f25 (patch) | |
tree | 24ab636cfafd0221097c00478c22607dc3e36a22 /lib/CodeGen/CGDebugInfo.h | |
parent | b7a3f74bbb02788ad1b597fe3897db2d8a4fed43 (diff) |
Temporarily revert r176116 for compile-time performance regression.
This reverts commit ea95e4587fd13606fbf63b10a07a7d02026aa39c.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@176151 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CGDebugInfo.h')
-rw-r--r-- | lib/CodeGen/CGDebugInfo.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/CodeGen/CGDebugInfo.h b/lib/CodeGen/CGDebugInfo.h index 81b5c71327..fbbee0b3d2 100644 --- a/lib/CodeGen/CGDebugInfo.h +++ b/lib/CodeGen/CGDebugInfo.h @@ -299,10 +299,6 @@ private: /// CreateTypeNode - Create type metadata for a source language type. llvm::DIType CreateTypeNode(QualType Ty, llvm::DIFile F); - /// maybeIncompleteInterface - Determine if Ty may contain an - /// interface without an implementation - bool maybeIncompleteInterface(QualType Ty); - /// CreateLimitedTypeNode - Create type metadata for a source language /// type, but only partial types for records. llvm::DIType CreateLimitedTypeNode(QualType Ty, llvm::DIFile F); |