1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-25 14:02:52 +02:00
llvm-mirror/lib/CodeGen/MIRParser
Alex Lorenz 072f1a6a6c MIR Parser: Extract the method 'parseGlobalValue'. NFC.
This commit extracts the code that parses a global value from the method
'parseGlobalAddressOperand' into a new method 'parseGlobalValue', so that this
code can be reused by the method which will parse the block address machine
operands.

llvm-svn: 243450
2015-07-28 17:09:52 +00:00
..
CMakeLists.txt MIR Serialization: Introduce a lexer for machine instructions. 2015-06-22 20:37:46 +00:00
LLVMBuild.txt MIRParser/LLVMBuild.txt: Add MC for MCRegisterInfo::getDwarfRegNum(). 2015-07-24 01:12:36 +00:00
Makefile
MILexer.cpp MIR Parser: Move the function 'lexName'. NFC. 2015-07-28 17:03:40 +00:00
MILexer.h MIR Serialization: Serialize the unnamed basic block references. 2015-07-27 22:42:41 +00:00
MIParser.cpp MIR Parser: Extract the method 'parseGlobalValue'. NFC. 2015-07-28 17:09:52 +00:00
MIParser.h MIR Serialization: Serialize the unnamed basic block references. 2015-07-27 22:42:41 +00:00
MIRParser.cpp MIR Parser: Remove redundant parameters. NFC. 2015-07-28 16:48:37 +00:00