summaryrefslogtreecommitdiff
path: root/include/llvm/DebugInfo.h
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2013-03-17 20:28:12 +0000
committerDavid Blaikie <dblaikie@gmail.com>2013-03-17 20:28:12 +0000
commitdad145562fe15d0d2195f8e94baa1a74bf34e6e1 (patch)
treed13a522d4912e05daf8162d0b2eff1430277b9a9 /include/llvm/DebugInfo.h
parent26369a930c523b75fe8f4ba18456ff86f68d5612 (diff)
downloadllvm-dad145562fe15d0d2195f8e94baa1a74bf34e6e1.tar.gz
llvm-dad145562fe15d0d2195f8e94baa1a74bf34e6e1.tar.bz2
llvm-dad145562fe15d0d2195f8e94baa1a74bf34e6e1.tar.xz
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
Diffstat (limited to 'include/llvm/DebugInfo.h')
-rw-r--r--include/llvm/DebugInfo.h1
1 files changed, 0 insertions, 1 deletions
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())