Improve DIFile debug info annotation by letting it fallback to DIScope

llvm-svn: 177236
This commit is contained in:
David Blaikie 2013-03-17 20:28:12 +00:00
parent 13d4a07fa9
commit 08fb5457aa
1 changed files with 0 additions and 1 deletions

View File

@ -172,7 +172,6 @@ namespace llvm {
/// DIFile - This is a wrapper for a file. /// DIFile - This is a wrapper for a file.
class DIFile : public DIScope { class DIFile : public DIScope {
friend class DIDescriptor; friend class DIDescriptor;
void printInternal(raw_ostream &OS) const {} // FIXME: Output something?
public: public:
explicit DIFile(const MDNode *N = 0) : DIScope(N) { explicit DIFile(const MDNode *N = 0) : DIScope(N) {
if (DbgNode && !isFile()) if (DbgNode && !isFile())