]> granicus.if.org Git - llvm/commitdiff
[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)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@371327 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Object/StackMapParser.h

index ed44efbf80b9690026b6c29f5c7f58a494c07c46..b408f40410340f4dadd0fd8ecd861b0afa463f37 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) {