1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00

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 b984ca6d18
commit 7e2db48c53

View File

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