[llvm] r246451 - Change comment to verify commit accesss.
Karl Schimpf via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 31 09:43:56 PDT 2015
Author: kschimpf
Date: Mon Aug 31 11:43:55 2015
New Revision: 246451
URL: http://llvm.org/viewvc/llvm-project?rev=246451&view=rev
Log:
Change comment to verify commit accesss.
Modified:
llvm/trunk/lib/Bitcode/Reader/BitcodeReader.cpp
Modified: llvm/trunk/lib/Bitcode/Reader/BitcodeReader.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Bitcode/Reader/BitcodeReader.cpp?rev=246451&r1=246450&r2=246451&view=diff
==============================================================================
--- llvm/trunk/lib/Bitcode/Reader/BitcodeReader.cpp (original)
+++ llvm/trunk/lib/Bitcode/Reader/BitcodeReader.cpp Mon Aug 31 11:43:55 2015
@@ -166,7 +166,7 @@ class BitcodeReader : public GVMateriali
/// 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
More information about the llvm-commits
mailing list