From: Daniel Dunbar Date: Sun, 12 Jul 2009 22:46:08 +0000 (+0000) Subject: Match declaration to definition. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=460d16e126c4c7223926f5066567398ee2236651;p=oota-llvm.git Match declaration to definition. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75438 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Analysis/DebugInfo.h b/include/llvm/Analysis/DebugInfo.h index 6e325812455..91046c2c866 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;