Match declaration to definition.
authorDaniel Dunbar <daniel@zuster.org>
Sun, 12 Jul 2009 23:50:34 +0000 (23:50 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Sun, 12 Jul 2009 23:50:34 +0000 (23:50 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75440 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm-c/ExecutionEngine.h
include/llvm/Analysis/IVUsers.h
include/llvm/Analysis/ScalarEvolution.h
include/llvm/Debugger/ProgramInfo.h
lib/CodeGen/Spiller.h
lib/ExecutionEngine/JIT/JIT.h
tools/llvm-db/CLIDebugger.h

index 9877b8d50953b37d4a0ea1641f43d45304e3a811..05f2a892e22309bc84fbe93080e8d28742469cc8 100644 (file)
@@ -104,7 +104,7 @@ void *LLVMGetPointerToGlobal(LLVMExecutionEngineRef EE, LLVMValueRef Global);
 }
 
 namespace llvm {
-  class GenericValue;
+  struct GenericValue;
   class ExecutionEngine;
   
   #define DEFINE_SIMPLE_CONVERSION_FUNCTIONS(ty, ref)   \
index e4820f0053db765f4c20a451272c121de18f8cf5..18e6fec97db713c97bed7610c6d0b788cd0e0496 100644 (file)
@@ -25,7 +25,7 @@ namespace llvm {
 class DominatorTree;
 class Instruction;
 class Value;
-class IVUsersOfOneStride;
+struct IVUsersOfOneStride;
 
 /// IVStrideUse - Keep track of one use of a strided induction variable, where
 /// the stride is stored externally.  The Offset member keeps track of the
index e57b2adad568a978a699267543c9578821e5baed..ba535504998a6a5d746fddd50c03fc8261f4eb87 100644 (file)
@@ -164,7 +164,7 @@ namespace llvm {
     };
 
     friend class SCEVCallbackVH;
-    friend class SCEVExpander;
+    friend struct SCEVExpander;
 
     /// F - The function we are analyzing.
     ///
index 5c07c866c843c100d19d8d531f1d938b1d5e4c48..8f31d7f13507f1e992dd1f7e57d4e53e10a163fb 100644 (file)
@@ -30,7 +30,7 @@ namespace llvm {
   class GlobalVariable;
   class Module;
   class SourceFile;
-  class SourceLanguage;
+  struct SourceLanguage;
   class ProgramInfo;
 
   /// SourceLanguageCache - SourceLanguage implementations are allowed to cache
index 9c3900df0b57b2f555548403f2b75c4644beae22..f339336f61cd3756d6af1f305af366eaaa9ef827 100644 (file)
@@ -14,7 +14,7 @@
 
 namespace llvm {
 
-  class LiveInterval;
+  struct LiveInterval;
   class LiveIntervals;
   class LiveStacks;
   class MachineFunction;
index c992509b08658c05c40f09ba84cbda688b947abd..1ad54f37807cf8a6fe22c368e7e9805f47f96587 100644 (file)
@@ -20,7 +20,7 @@
 namespace llvm {
 
 class Function;
-class JITEvent_EmittedFunctionDetails;
+struct JITEvent_EmittedFunctionDetails;
 class MachineCodeEmitter;
 class MachineCodeInfo;
 class TargetJITInfo;
index 99045592edf8a47efb934abd8c5f18dad0bee21f..0595b3debadddbbd9a853f60a29c77867fa7c7d9 100644 (file)
@@ -21,7 +21,7 @@
 namespace llvm {
   class CLICommand;
   class SourceFile;
-  class SourceLanguage;
+  struct SourceLanguage;
   class ProgramInfo;
   class RuntimeInfo;
   class LLVMContext;