summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2009-11-30 16:08:24 +0000
committerDouglas Gregor <dgregor@apple.com>2009-11-30 16:08:24 +0000
commit693ba203a1189844c9992dbae3a8c2188019bd38 (patch)
tree17e6e280e5fdf208a1b9c9d4f92bd0598da7c845
parent7da76a20c0dd5d55da245a549e03d50b4de03a82 (diff)
downloadbcm5719-llvm-693ba203a1189844c9992dbae3a8c2188019bd38.tar.gz
bcm5719-llvm-693ba203a1189844c9992dbae3a8c2188019bd38.zip
Eliminate another VISIBILITY_HIDDEN
llvm-svn: 90139
-rw-r--r--clang/lib/Analysis/GRExprEngine.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/clang/lib/Analysis/GRExprEngine.cpp b/clang/lib/Analysis/GRExprEngine.cpp
index 15e958f19b6..20820d4f383 100644
--- a/clang/lib/Analysis/GRExprEngine.cpp
+++ b/clang/lib/Analysis/GRExprEngine.cpp
@@ -23,9 +23,6 @@
#include "clang/Basic/SourceManager.h"
#include "clang/Basic/SourceManager.h"
#include "clang/Basic/PrettyStackTrace.h"
-#ifndef NDEBUG
-#include "llvm/Support/Compiler.h"
-#endif
#include "llvm/Support/raw_ostream.h"
#include "llvm/ADT/ImmutableList.h"
#include "llvm/ADT/StringSwitch.h"
@@ -2815,7 +2812,7 @@ static SourceManager* GraphPrintSourceManager;
namespace llvm {
template<>
-struct VISIBILITY_HIDDEN DOTGraphTraits<ExplodedNode*> :
+struct DOTGraphTraits<ExplodedNode*> :
public DefaultDOTGraphTraits {
DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {}
OpenPOWER on IntegriCloud