summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSanjoy Das <sanjoy@playingwithpointers.com>2017-04-27 20:55:07 +0000
committerSanjoy Das <sanjoy@playingwithpointers.com>2017-04-27 20:55:07 +0000
commitaf3c2de37e4ea8428ffa065db2656aa971f96418 (patch)
tree36e51a0db0f93f73451ebca226978e7d5d540227
parent226bbc39376ff7f4d772bb51f53814ea4220a622 (diff)
Specify something that's true in practice
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@301591 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/StackMaps.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/StackMaps.rst b/docs/StackMaps.rst
index a78fde16c2b..0cb40d5859b 100644
--- a/docs/StackMaps.rst
+++ b/docs/StackMaps.rst
@@ -341,7 +341,7 @@ format of this section follows:
uint16 : NumLocations
Location[NumLocations] {
uint8 : Register | Direct | Indirect | Constant | ConstantIndex
- uint8 : Reserved (location flags)
+ uint8 : Location Size
uint16 : Dwarf RegNum
int32 : Offset or SmallConstant
}