1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 19:52:54 +01:00

Silenced a VC++ warning.

llvm-svn: 43374
This commit is contained in:
Hartmut Kaiser 2007-10-25 23:49:14 +00:00
parent 2bfb73a3f4
commit d57d01b8e0

View 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',