aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Analysis
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2010-01-06 17:16:00 +0000
committerDouglas Gregor <dgregor@apple.com>2010-01-06 17:16:00 +0000
commitb419a5cfe9fae934d6c05da173934673f5402c99 (patch)
tree20b27b79ef88c82111274ae2830204f7ad0b86bf /include/llvm/Analysis
parent76bf310b7a62a0dd34cd9c90a438343f2732645d (diff)
downloadexternal_llvm-b419a5cfe9fae934d6c05da173934673f5402c99.zip
external_llvm-b419a5cfe9fae934d6c05da173934673f5402c99.tar.gz
external_llvm-b419a5cfe9fae934d6c05da173934673f5402c99.tar.bz2
Fix struct/class mismatch
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92841 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Analysis')
-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 813a4bd..1e41c59 100644
--- a/include/llvm/Analysis/DebugInfo.h
+++ b/include/llvm/Analysis/DebugInfo.h
@@ -30,7 +30,7 @@ namespace llvm {
class Module;
class Type;
class Value;
- struct DbgDeclareInst;
+ class DbgDeclareInst;
class DebugLoc;
struct DebugLocTracker;
class Instruction;