OSDN Git Service

MIR Parser: Extract the code that parses stack object references into a new
authorAlex Lorenz <arphaman@gmail.com>
Tue, 18 Aug 2015 22:18:52 +0000 (22:18 +0000)
committerAlex Lorenz <arphaman@gmail.com>
Tue, 18 Aug 2015 22:18:52 +0000 (22:18 +0000)
commit0a39c58503cad3cb02197257a182ec79df7a9305
treef09de00211af93af4ce9d23aca93fa57879abe9a
parent53ff0bbb0ae96b738c157c1dddb0a7d4a6869feb
MIR Parser: Extract the code that parses stack object references into a new
method.

This commit extracts the code that parses the stack object references into a
new method named 'parseStackFrameIndex', so that it can be reused when
parsing standalone stack object references.

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