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:
Eric Christopher 2013-07-24 00:36:11 +00:00
parent 0f6b026158
commit e389cc5f0c

View File

@ -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;
};