From 081fdf238ba17747487d35da1283b8323482b4d2 Mon Sep 17 00:00:00 2001 From: Hartmut Kaiser Date: Thu, 25 Oct 2007 23:49:14 +0000 Subject: [PATCH] Silenced a VC++ warning. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43374 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Analysis/IPA/Andersens.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Analysis/IPA/Andersens.cpp b/lib/Analysis/IPA/Andersens.cpp index e20be6bcc27..08b9dc3de22 100644 --- a/lib/Analysis/IPA/Andersens.cpp +++ b/lib/Analysis/IPA/Andersens.cpp @@ -112,7 +112,7 @@ namespace { class VISIBILITY_HIDDEN Andersens : public ModulePass, public AliasAnalysis, private InstVisitor { - class Node; + struct Node; /// Constraint - Objects of this structure are used to represent the various /// constraints identified by the algorithm. The constraints are 'copy', -- 2.34.1