Fix struct/class mismatch
authorDouglas Gregor <dgregor@apple.com>
Wed, 6 Jan 2010 17:16:00 +0000 (17:16 +0000)
committerDouglas 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

index 813a4bd78d540544f3607574188e4f3f462ce89c..1e41c5966016472e8d03bc5d395e8c6089129510 100644 (file)
@@ -30,7 +30,7 @@ namespace llvm {
   class Module;
   class Type;
   class Value;
-  struct DbgDeclareInst;
+  class DbgDeclareInst;
   class DebugLoc;
   struct DebugLocTracker;
   class Instruction;