mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-01 00:33:09 +00:00
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:
parent
28a485b001
commit
0f6b026158
@ -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());
|
||||
|
Loading…
Reference in New Issue
Block a user