[llvm] r177236 - Improve DIFile debug info annotation by letting it fallback to DIScope
David Blaikie
dblaikie at gmail.com
Sun Mar 17 13:28:13 PDT 2013
Author: dblaikie
Date: Sun Mar 17 15:28:12 2013
New Revision: 177236
URL: http://llvm.org/viewvc/llvm-project?rev=177236&view=rev
Log:
Improve DIFile debug info annotation by letting it fallback to DIScope
Modified:
llvm/trunk/include/llvm/DebugInfo.h
Modified: llvm/trunk/include/llvm/DebugInfo.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/DebugInfo.h?rev=177236&r1=177235&r2=177236&view=diff
==============================================================================
--- llvm/trunk/include/llvm/DebugInfo.h (original)
+++ llvm/trunk/include/llvm/DebugInfo.h Sun Mar 17 15:28:12 2013
@@ -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())
More information about the llvm-commits
mailing list