From: David Blaikie Date: Sun, 17 Mar 2013 20:28:12 +0000 (+0000) Subject: Improve DIFile debug info annotation by letting it fallback to DIScope X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=dad145562fe15d0d2195f8e94baa1a74bf34e6e1;p=oota-llvm.git Improve DIFile debug info annotation by letting it fallback to DIScope git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177236 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/DebugInfo.h b/include/llvm/DebugInfo.h index 47ac050c9f5..8e62df487f0 100644 --- a/include/llvm/DebugInfo.h +++ b/include/llvm/DebugInfo.h @@ -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())