summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-07-12 22:46:08 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-07-12 22:46:08 +0000
commit460d16e126c4c7223926f5066567398ee2236651 (patch)
treea7bca442d3bfbce7d443f11d7a9cc2915b2d5031
parent4cef7db13f9ad73ca1d1caaa08358430597ad557 (diff)
downloadllvm-460d16e126c4c7223926f5066567398ee2236651.tar.gz
llvm-460d16e126c4c7223926f5066567398ee2236651.tar.bz2
llvm-460d16e126c4c7223926f5066567398ee2236651.tar.xz
Match declaration to definition.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75438 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/llvm/Analysis/DebugInfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Analysis/DebugInfo.h b/include/llvm/Analysis/DebugInfo.h
index 6e32581245..91046c2c86 100644
--- a/include/llvm/Analysis/DebugInfo.h
+++ b/include/llvm/Analysis/DebugInfo.h
@@ -37,7 +37,7 @@ namespace llvm {
struct DbgRegionStartInst;
struct DbgRegionEndInst;
class DebugLoc;
- class DebugLocTracker;
+ struct DebugLocTracker;
class Instruction;
class LLVMContext;