[llvm-commits] [llvm] r75438 - /llvm/trunk/include/llvm/Analysis/DebugInfo.h
Daniel Dunbar
daniel at zuster.org
Sun Jul 12 15:46:09 PDT 2009
Author: ddunbar
Date: Sun Jul 12 17:46:08 2009
New Revision: 75438
URL: http://llvm.org/viewvc/llvm-project?rev=75438&view=rev
Log:
Match declaration to definition.
Modified:
llvm/trunk/include/llvm/Analysis/DebugInfo.h
Modified: llvm/trunk/include/llvm/Analysis/DebugInfo.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Analysis/DebugInfo.h?rev=75438&r1=75437&r2=75438&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Analysis/DebugInfo.h (original)
+++ llvm/trunk/include/llvm/Analysis/DebugInfo.h Sun Jul 12 17:46:08 2009
@@ -37,7 +37,7 @@
struct DbgRegionStartInst;
struct DbgRegionEndInst;
class DebugLoc;
- class DebugLocTracker;
+ struct DebugLocTracker;
class Instruction;
class LLVMContext;
More information about the llvm-commits
mailing list