forked from OSchip/llvm-project
[SystemZ] Fix bad instruction name
SLGBR -> SLBGR Reviewed by Ulrich Weigand llvm-svn: 257874
This commit is contained in:
parent
ae5b9567bc
commit
5b29e096ac
|
|
@ -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>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue