[StackMap] Current stackmap version should be 3. NFC.
authorXing GUO <higuoxing@gmail.com>
Sun, 8 Sep 2019 11:42:51 +0000 (11:42 +0000)
committerXing GUO <higuoxing@gmail.com>
Sun, 8 Sep 2019 11:42:51 +0000 (11:42 +0000)
llvm-svn: 371327

llvm/include/llvm/Object/StackMapParser.h

index ed44efb..b408f40 100644 (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) {