OSDN Git Service

Silenced a VC++ warning.
authorHartmut Kaiser <hartmut.kaiser@gmail.com>
Thu, 25 Oct 2007 23:49:14 +0000 (23:49 +0000)
committerHartmut Kaiser <hartmut.kaiser@gmail.com>
Thu, 25 Oct 2007 23:49:14 +0000 (23:49 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43374 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/IPA/Andersens.cpp

index e20be6b..08b9dc3 100644 (file)
@@ -112,7 +112,7 @@ namespace {
 
   class VISIBILITY_HIDDEN Andersens : public ModulePass, public AliasAnalysis,
                                       private InstVisitor<Andersens> {
-    class Node;
+    struct Node;
 
     /// Constraint - Objects of this structure are used to represent the various
     /// constraints identified by the algorithm.  The constraints are 'copy',