Improve DIFile debug info annotation by letting it fallback to DIScope
authorDavid Blaikie <dblaikie@gmail.com>
Sun, 17 Mar 2013 20:28:12 +0000 (20:28 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Sun, 17 Mar 2013 20:28:12 +0000 (20:28 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177236 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/DebugInfo.h

index 47ac050c9f58c5bf98d4b05456a09f0a7142a82b..8e62df487f05f1f505c99d73aa3114fceabd4bf8 100644 (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())