OSDN Git Service

MIR Parser: Move the parsing of fixed stack object indices into new method. NFC
authorAlex Lorenz <arphaman@gmail.com>
Wed, 12 Aug 2015 21:17:02 +0000 (21:17 +0000)
committerAlex Lorenz <arphaman@gmail.com>
Wed, 12 Aug 2015 21:17:02 +0000 (21:17 +0000)
commitf84f491d315cb429131f627c2b16a046f61c8f86
tree5db6de4bf3a559d8ed0bbb072e01b8461d7d3599
parent710eecab5dabeb7b102899c6f5ee3c3a7a371974
MIR Parser: Move the parsing of fixed stack object indices into new method. NFC

This commit moves the code that parses the frame indices for the fixed stack
objects from the method 'parseFixedStackObjectOperand' to a new method named
'parseFixedStackFrameIndex', so that it can be reused when parsing fixed stack
pseudo source values.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@244814 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/MIRParser/MIParser.cpp