modules: Move ProfileKinds to an anonymous namespace
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Tue, 16 Jun 2015 00:43:04 +0000 (00:43 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Tue, 16 Jun 2015 00:43:04 +0000 (00:43 +0000)
commit02b6fa904bf74fad6a5ffbfd0c30f1d64e0dc273
treee4fd3b3c1942bd825f26aa0b3dde15947911d058
parentcf18b79ccfb352b265db5ce7330e15cf38bb1e82
modules: Move ProfileKinds to an anonymous namespace

Fix a build failure with `LLVM_ENABLE_MODULES` due to
`ProfileData::instr` conflicting with a function `instr()` in
`<curses.h>`.

llvm-svn: 239793
llvm/tools/llvm-profdata/llvm-profdata.cpp