[StackMaps] Be explicit about label formation [NFC]
authorPhilip Reames <listmail@philipreames.com>
Thu, 19 Dec 2019 20:24:29 +0000 (12:24 -0800)
committerPhilip Reames <listmail@philipreames.com>
Thu, 19 Dec 2019 20:38:44 +0000 (12:38 -0800)
commitbc7595d934b958ab481288d7b8e768fe5310be8f
treeaefe688e0314aa95a7d40712e5e97ab62998fabf
parentcf6aafa47c3771e4f353bfbdeb8157347b305339
[StackMaps] Be explicit about label formation [NFC]

For auto-padding assembler support, we'll need to bundle the label with the instructions (nops or call sequences) so that they don't get separated.  This just rearranges the code to make the upcoming change more obvious.
llvm/include/llvm/CodeGen/StackMaps.h
llvm/lib/CodeGen/StackMaps.cpp
llvm/lib/Target/X86/X86MCInstLower.cpp