[SystemZ] Fix bad instruction name

SLGBR -> SLBGR

Reviewed by Ulrich Weigand

llvm-svn: 257874
This commit is contained in:
Jonas Paulsson 2016-01-15 07:12:09 +00:00
parent ae5b9567bc
commit 5b29e096ac
1 changed files with 1 additions and 1 deletions

View File

@ -812,7 +812,7 @@ defm : ZXB<subc, GR64, SLGFR>;
let Defs = [CC], Uses = [CC] in {
// Subtraction of a register.
def SLBR : BinaryRRE<"slb", 0xB999, sube, GR32, GR32>;
def SLGBR : BinaryRRE<"slbg", 0xB989, sube, GR64, GR64>;
def SLBGR : BinaryRRE<"slbg", 0xB989, sube, GR64, GR64>;
// Subtraction of memory.
def SLB : BinaryRXY<"slb", 0xE399, sube, GR32, load, 4>;