Move code into anonymous namespaces.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145154 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Benjamin Kramer
2011-11-26 23:01:57 +00:00
parent 38034c568c
commit 0861f5793a
9 changed files with 34 additions and 36 deletions

View File

@ -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 {