summaryrefslogtreecommitdiffstats
path: root/llvm/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
commit7ba71be3922b45a5f7ed638cf8bcc2b7338d4fbc (patch)
treefa6a005e190f8c7a11b76f49f3d42620db4944bb /llvm/lib/Analysis
parent51280d565b543be337162b02685d9f918025a7e3 (diff)
downloadbcm5719-llvm-7ba71be3922b45a5f7ed638cf8bcc2b7338d4fbc.tar.gz
bcm5719-llvm-7ba71be3922b45a5f7ed638cf8bcc2b7338d4fbc.zip
Move code into anonymous namespaces.
llvm-svn: 145154
Diffstat (limited to 'llvm/lib/Analysis')
-rw-r--r--llvm/lib/Analysis/ProfileVerifierPass.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Analysis/ProfileVerifierPass.cpp b/llvm/lib/Analysis/ProfileVerifierPass.cpp
index 379d79cfc25..0cb158865af 100644
--- a/llvm/lib/Analysis/ProfileVerifierPass.cpp
+++ b/llvm/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 {
OpenPOWER on IntegriCloud