Remove more dead/weird/misleading code.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187010 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Eric Christopher 2013-07-24 00:15:01 +00:00
parent 28a485b001
commit 0f6b026158

View File

@ -327,10 +327,7 @@ namespace llvm {
void printInternal(raw_ostream &OS) const;
public:
explicit DICompositeType(const MDNode *N = 0)
: DIDerivedType(N) {
if (N && !isCompositeType())
DbgNode = 0;
}
: DIDerivedType(N) {}
DIArray getTypeArray() const { return getFieldAs<DIArray>(10); }
void setTypeArray(DIArray Elements, DIArray TParams = DIArray());