aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/Unix/Program.inc
diff options
context:
space:
mode:
authorAkira Hatanaka <ahatanaka@mips.com>2013-07-26 18:34:25 +0000
committerAkira Hatanaka <ahatanaka@mips.com>2013-07-26 18:34:25 +0000
commit53900e5124f21ecb815a5e59cd19ba7fe8a145aa (patch)
treecf82f8d97eb25a50659d42546be09ecbcc1834de /llvm/lib/Support/Unix/Program.inc
parent1e0101461e55276c39f39e767635a036de6d25fa (diff)
downloadllvm-53900e5124f21ecb815a5e59cd19ba7fe8a145aa.zip
llvm-53900e5124f21ecb815a5e59cd19ba7fe8a145aa.tar.gz
llvm-53900e5124f21ecb815a5e59cd19ba7fe8a145aa.tar.bz2
[mips] Print instructions "beq", "bne" and "or" using assembler pseudo
instructions "beqz", "bnez" and "move", when possible. beq $2, $zero, $L1 => beqz $2, $L1 bne $2, $zero, $L1 => bnez $2, $L1 or $2, $3, $zero => move $2, $3 llvm-svn: 187229
Diffstat (limited to 'llvm/lib/Support/Unix/Program.inc')
0 files changed, 0 insertions, 0 deletions