[StackMap] Current stackmap version should be 3. NFC.

llvm-svn: 371327
This commit is contained in:
Xing GUO 2019-09-08 11:42:51 +00:00
parent 486b173cfe
commit acf81f4210
1 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@
namespace llvm {
/// A parser for the latest stackmap format. At the moment, latest=V2.
/// A parser for the latest stackmap format. At the moment, latest=V3.
template <support::endianness Endianness>
class StackMapParser {
public:
@ -299,7 +299,7 @@ public:
const uint8_t *P;
};
/// Construct a parser for a version-2 stackmap. StackMap data will be read
/// Construct a parser for a version-3 stackmap. StackMap data will be read
/// from the given array.
StackMapParser(ArrayRef<uint8_t> StackMapSection)
: StackMapSection(StackMapSection) {