mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-07 14:33:15 +00:00
Remove one more of these.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187011 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0f6b026158
commit
e389cc5f0c
@ -346,10 +346,7 @@ namespace llvm {
|
|||||||
class DIFile : public DIScope {
|
class DIFile : public DIScope {
|
||||||
friend class DIDescriptor;
|
friend class DIDescriptor;
|
||||||
public:
|
public:
|
||||||
explicit DIFile(const MDNode *N = 0) : DIScope(N) {
|
explicit DIFile(const MDNode *N = 0) : DIScope(N) {}
|
||||||
if (DbgNode && !isFile())
|
|
||||||
DbgNode = 0;
|
|
||||||
}
|
|
||||||
MDNode *getFileNode() const;
|
MDNode *getFileNode() const;
|
||||||
bool Verify() const;
|
bool Verify() const;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user