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)
commit4aee54eb9596eeac14f7b15cf55db4a67ffa78c2
treecc4d13be3e408e1da3f5eee934497a627b942c41
parent00b6413c97487e50510b6affa9e34aeb581d2123
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>`.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@239793 91177308-0d34-0410-b5e6-96231b3b80d8
tools/llvm-profdata/llvm-profdata.cpp