mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-31 10:34:17 +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 {
|
||||
friend class DIDescriptor;
|
||||
public:
|
||||
explicit DIFile(const MDNode *N = 0) : DIScope(N) {
|
||||
if (DbgNode && !isFile())
|
||||
DbgNode = 0;
|
||||
}
|
||||
explicit DIFile(const MDNode *N = 0) : DIScope(N) {}
|
||||
MDNode *getFileNode() const;
|
||||
bool Verify() const;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user