Change comment to verify commit accesss.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@246451 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Karl Schimpf 2015-08-31 16:43:55 +00:00
parent 020e70a798
commit 7a979ef11e

View File

@ -166,7 +166,7 @@ class BitcodeReader : public GVMaterializer {
/// is thus not represented here. As such all indices are off by one.
std::vector<AttributeSet> MAttributes;
/// \brief The set of attribute groups.
/// The set of attribute groups.
std::map<unsigned, AttributeSet> MAttributeGroups;
/// While parsing a function body, this is a list of the basic blocks for the