summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bitcode
diff options
context:
space:
mode:
authorKarl Schimpf <kschimpf@google.com>2015-08-31 16:43:55 +0000
committerKarl Schimpf <kschimpf@google.com>2015-08-31 16:43:55 +0000
commit36440082f8ea752dcf485ca8a36e0fb05a6bb65e (patch)
tree845040c95192e8d7329278a3fc250505d95b6553 /llvm/lib/Bitcode
parent5f79c6653d85a492fd437f6e36cfca195a9de0c5 (diff)
downloadbcm5719-llvm-36440082f8ea752dcf485ca8a36e0fb05a6bb65e.tar.gz
bcm5719-llvm-36440082f8ea752dcf485ca8a36e0fb05a6bb65e.zip
Change comment to verify commit accesss.
llvm-svn: 246451
Diffstat (limited to 'llvm/lib/Bitcode')
-rw-r--r--llvm/lib/Bitcode/Reader/BitcodeReader.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Bitcode/Reader/BitcodeReader.cpp b/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
index cf72b0ce791..c767b6c5c17 100644
--- a/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
+++ b/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
@@ -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
OpenPOWER on IntegriCloud