commit | 460d16e126c4c7223926f5066567398ee2236651 | [log] [tgz] |
---|---|---|
author | Daniel Dunbar <daniel@zuster.org> | Sun Jul 12 22:46:08 2009 +0000 |
committer | Daniel Dunbar <daniel@zuster.org> | Sun Jul 12 22:46:08 2009 +0000 |
tree | a7bca442d3bfbce7d443f11d7a9cc2915b2d5031 | |
parent | 4cef7db13f9ad73ca1d1caaa08358430597ad557 [diff] |
Match declaration to definition. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75438 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/include/llvm/Analysis/DebugInfo.h b/include/llvm/Analysis/DebugInfo.h index 6e32581..91046c2 100644 --- a/include/llvm/Analysis/DebugInfo.h +++ b/include/llvm/Analysis/DebugInfo.h
@@ -37,7 +37,7 @@ struct DbgRegionStartInst; struct DbgRegionEndInst; class DebugLoc; - class DebugLocTracker; + struct DebugLocTracker; class Instruction; class LLVMContext;