Silenced a VC++ warning.

llvm-svn: 43374
diff --git a/llvm/lib/Analysis/IPA/Andersens.cpp b/llvm/lib/Analysis/IPA/Andersens.cpp
index e20be6b..08b9dc3 100644
--- a/llvm/lib/Analysis/IPA/Andersens.cpp
+++ b/llvm/lib/Analysis/IPA/Andersens.cpp
@@ -112,7 +112,7 @@
 
   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',