MIRParser: Split the 'parseIRConstant' method into two methods. NFC.
authorAlex Lorenz <arphaman@gmail.com>
Fri, 21 Aug 2015 21:48:22 +0000 (21:48 +0000)
committerAlex Lorenz <arphaman@gmail.com>
Fri, 21 Aug 2015 21:48:22 +0000 (21:48 +0000)
commit81c40907577b985550a78fab2ec69b54170417a6
tree557a8d2349b5ffc6fed493d9113539e3169184df
parent7b1f1048e86ebf78bb2f04232261813077b541ae
MIRParser: Split the 'parseIRConstant' method into two methods. NFC.

One variant of this method can be reused when parsing the quoted IR pointer
expressions in the machine memory operands.

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