[llvm-commits] [llvm] r92841 - /llvm/trunk/include/llvm/Analysis/DebugInfo.h

Douglas Gregor dgregor at apple.com
Wed Jan 6 09:16:00 PST 2010


Author: dgregor
Date: Wed Jan  6 11:16:00 2010
New Revision: 92841

URL: http://llvm.org/viewvc/llvm-project?rev=92841&view=rev
Log:
Fix struct/class mismatch

Modified:
    llvm/trunk/include/llvm/Analysis/DebugInfo.h

Modified: llvm/trunk/include/llvm/Analysis/DebugInfo.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Analysis/DebugInfo.h?rev=92841&r1=92840&r2=92841&view=diff

==============================================================================
--- llvm/trunk/include/llvm/Analysis/DebugInfo.h (original)
+++ llvm/trunk/include/llvm/Analysis/DebugInfo.h Wed Jan  6 11:16:00 2010
@@ -30,7 +30,7 @@
   class Module;
   class Type;
   class Value;
-  struct DbgDeclareInst;
+  class DbgDeclareInst;
   class DebugLoc;
   struct DebugLocTracker;
   class Instruction;





More information about the llvm-commits mailing list