summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorHartmut Kaiser <hartmut.kaiser@gmail.com>2007-10-25 23:49:14 +0000
committerHartmut Kaiser <hartmut.kaiser@gmail.com>2007-10-25 23:49:14 +0000
commit1207cd6b1be6ccbe43a67877b4a28d4a7629b10d (patch)
tree24499945ad5ca8e29398b5b44b22e97755b363c0 /llvm/lib
parent542e5f29b744223f1715390b263897901b5f9eb9 (diff)
downloadbcm5719-llvm-1207cd6b1be6ccbe43a67877b4a28d4a7629b10d.tar.gz
bcm5719-llvm-1207cd6b1be6ccbe43a67877b4a28d4a7629b10d.zip
Silenced a VC++ warning.
llvm-svn: 43374
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Analysis/IPA/Andersens.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Analysis/IPA/Andersens.cpp b/llvm/lib/Analysis/IPA/Andersens.cpp
index e20be6bcc27..08b9dc3de22 100644
--- a/llvm/lib/Analysis/IPA/Andersens.cpp
+++ b/llvm/lib/Analysis/IPA/Andersens.cpp
@@ -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',
OpenPOWER on IntegriCloud