Fix struct/class mismatch

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92841 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Douglas Gregor 2010-01-06 17:16:00 +00:00
parent 76bf310b7a
commit b419a5cfe9

View File

@ -30,7 +30,7 @@ namespace llvm {
class Module; class Module;
class Type; class Type;
class Value; class Value;
struct DbgDeclareInst; class DbgDeclareInst;
class DebugLoc; class DebugLoc;
struct DebugLocTracker; struct DebugLocTracker;
class Instruction; class Instruction;