From: Alex Lorenz Date: Tue, 7 Jul 2015 17:46:43 +0000 (+0000) Subject: MIR Parser: wrap 'MBBSlots' from the MI parsing functions in a struct. NFC. X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=ddc6f0a433f47aa04007621c1df7fee509a48794;hp=ddc6f0a433f47aa04007621c1df7fee509a48794 MIR Parser: wrap 'MBBSlots' from the MI parsing functions in a struct. NFC. This commit modifies the interface for the machine instruction parsing functions by wrapping the parameter 'MBBSlots' in a new structure called 'PerFunctionMIParsingState'. This change is useful as in the future I will be able to pass new parameters to the machine instruction parser just by modifying the 'PerFunctionMIParsingState' structure instead of adding a new parameter to each function. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@241607 91177308-0d34-0410-b5e6-96231b3b80d8 ---