aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2011-11-26 23:01:57 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2011-11-26 23:01:57 +0000
commit0861f5793a1834f02b522fb86fb037cd592c134f (patch)
treeecc9bb4f7e277abf27e6d1dbd515083326362095 /lib/Analysis
parent38034c568c5f006b5bfe57d6777f5479282ed511 (diff)
downloadexternal_llvm-0861f5793a1834f02b522fb86fb037cd592c134f.zip
external_llvm-0861f5793a1834f02b522fb86fb037cd592c134f.tar.gz
external_llvm-0861f5793a1834f02b522fb86fb037cd592c134f.tar.bz2
Move code into anonymous namespaces.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145154 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis')
-rw-r--r--lib/Analysis/ProfileVerifierPass.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Analysis/ProfileVerifierPass.cpp b/lib/Analysis/ProfileVerifierPass.cpp
index 379d79c..0cb1588 100644
--- a/lib/Analysis/ProfileVerifierPass.cpp
+++ b/lib/Analysis/ProfileVerifierPass.cpp
@@ -30,7 +30,7 @@ static cl::opt<bool,false>
ProfileVerifierDisableAssertions("profile-verifier-noassert",
cl::desc("Disable assertions"));
-namespace llvm {
+namespace {
template<class FType, class BType>
class ProfileVerifierPassT : public FunctionPass {