diff options
author | Alex Lorenz <arphaman@gmail.com> | 2015-07-07 17:46:43 +0000 |
---|---|---|
committer | Alex Lorenz <arphaman@gmail.com> | 2015-07-07 17:46:43 +0000 |
commit | 7a503facdf785a9104c0fee8439e44eb263a67f5 (patch) | |
tree | 7857cb93faa9de01ef82a1c77c2b206a7d976782 /llvm/lib/CodeGen/MachineFunction.cpp | |
parent | 57fca019e4a6a331eb336531b78e9e864b9a8c42 (diff) | |
download | llvm-7a503facdf785a9104c0fee8439e44eb263a67f5.zip llvm-7a503facdf785a9104c0fee8439e44eb263a67f5.tar.gz llvm-7a503facdf785a9104c0fee8439e44eb263a67f5.tar.bz2 |
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.
llvm-svn: 241607
Diffstat (limited to 'llvm/lib/CodeGen/MachineFunction.cpp')
0 files changed, 0 insertions, 0 deletions