mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
[SystemZ] Fix bad instruction name
SLGBR -> SLBGR Reviewed by Ulrich Weigand llvm-svn: 257874
This commit is contained in:
parent
b40c61f46c
commit
be22f38105
@ -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
Block a user