diff options
author | Karl Schimpf <kschimpf@google.com> | 2015-08-31 16:43:55 +0000 |
---|---|---|
committer | Karl Schimpf <kschimpf@google.com> | 2015-08-31 16:43:55 +0000 |
commit | 36440082f8ea752dcf485ca8a36e0fb05a6bb65e (patch) | |
tree | 845040c95192e8d7329278a3fc250505d95b6553 /llvm/lib/Bitcode | |
parent | 5f79c6653d85a492fd437f6e36cfca195a9de0c5 (diff) | |
download | bcm5719-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.cpp | 2 |
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 |