From dad145562fe15d0d2195f8e94baa1a74bf34e6e1 Mon Sep 17 00:00:00 2001 From: David Blaikie Date: Sun, 17 Mar 2013 20:28:12 +0000 Subject: 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 --- include/llvm/DebugInfo.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/llvm/DebugInfo.h') diff --git a/include/llvm/DebugInfo.h b/include/llvm/DebugInfo.h index 47ac050c9f..8e62df487f 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()) -- cgit v1.2.3