diff options
author | Jozef Kolek <jozef.kolek@imgtec.com> | 2015-01-20 19:29:28 +0000 |
---|---|---|
committer | Jozef Kolek <jozef.kolek@imgtec.com> | 2015-01-20 19:29:28 +0000 |
commit | 0d49117769ba90beb60a4eccf7ed755617b21936 (patch) | |
tree | fde00e0dea5efa3c1bdd18731dba914f89f6f1c6 /llvm/lib/Target/Mips/InstPrinter/MipsInstPrinter.cpp | |
parent | 3a62216a8a4d4d8d3de0ba164645dbf8725088f3 (diff) | |
download | bcm5719-llvm-0d49117769ba90beb60a4eccf7ed755617b21936.tar.gz bcm5719-llvm-0d49117769ba90beb60a4eccf7ed755617b21936.zip |
Reverted revision 226577.
llvm-svn: 226595
Diffstat (limited to 'llvm/lib/Target/Mips/InstPrinter/MipsInstPrinter.cpp')
-rw-r--r-- | llvm/lib/Target/Mips/InstPrinter/MipsInstPrinter.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/Mips/InstPrinter/MipsInstPrinter.cpp b/llvm/lib/Target/Mips/InstPrinter/MipsInstPrinter.cpp index aad549d7abf..61743ff7620 100644 --- a/llvm/lib/Target/Mips/InstPrinter/MipsInstPrinter.cpp +++ b/llvm/lib/Target/Mips/InstPrinter/MipsInstPrinter.cpp @@ -290,7 +290,6 @@ bool MipsInstPrinter::printAlias(const char *Str, const MCInst &MI, bool MipsInstPrinter::printAlias(const MCInst &MI, raw_ostream &OS) { switch (MI.getOpcode()) { case Mips::BEQ: - case Mips::BEQ_MM: // beq $zero, $zero, $L2 => b $L2 // beq $r0, $zero, $L2 => beqz $r0, $L2 return (isReg<Mips::ZERO>(MI, 0) && isReg<Mips::ZERO>(MI, 1) && |