diff options
author | Jack Carter <jack.carter@imgtec.com> | 2013-05-16 19:40:19 +0000 |
---|---|---|
committer | Jack Carter <jack.carter@imgtec.com> | 2013-05-16 19:40:19 +0000 |
commit | 51785c4715e317988964df962ca8303bbc81a4ec (patch) | |
tree | ec9c3e90cf2a19bbb08325d9e2fd77b947a400d1 /llvm/lib/CodeGen/MachineModuleInfo.cpp | |
parent | 39d1c42f30f1b89a0cbb0c0c494ea595b83e9dfe (diff) | |
download | llvm-51785c4715e317988964df962ca8303bbc81a4ec.zip llvm-51785c4715e317988964df962ca8303bbc81a4ec.tar.gz llvm-51785c4715e317988964df962ca8303bbc81a4ec.tar.bz2 |
Mips assembler: Add branch macro definitions
This patch adds bnez and beqz instructions which represent alias definitions for bne and beq instructions as follows:
bnez $rs,$imm => bne $rs,$zero,$imm
beqz $rs,$imm => beq $rs,$zero,$imm
The corresponding test cases are added.
Patch by Vladimir Medic
llvm-svn: 182040
Diffstat (limited to 'llvm/lib/CodeGen/MachineModuleInfo.cpp')
0 files changed, 0 insertions, 0 deletions