mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-13 08:56:06 +00:00

This commit extracts the code that parses the IR constant values into a new method named 'parseIRConstant' in the 'MIParser' class. The new method will be reused by the code that parses the typed integer immediate machine operands. llvm-svn: 244093