projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
76bf310
)
Fix struct/class mismatch
author
Douglas Gregor
<dgregor@apple.com>
Wed, 6 Jan 2010 17:16:00 +0000
(17:16 +0000)
committer
Douglas Gregor
<dgregor@apple.com>
Wed, 6 Jan 2010 17:16:00 +0000
(17:16 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92841
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Analysis/DebugInfo.h
patch
|
blob
|
history
diff --git
a/include/llvm/Analysis/DebugInfo.h
b/include/llvm/Analysis/DebugInfo.h
index 813a4bd78d540544f3607574188e4f3f462ce89c..1e41c5966016472e8d03bc5d395e8c6089129510 100644
(file)
--- 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;