From 2a5b155ba82ec52d0bab72b6a4cb191d89713104 Mon Sep 17 00:00:00 2001 From: Anton Korobeynikov Date: Fri, 21 Aug 2009 18:41:02 +0000 Subject: [PATCH] Typo :( git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79657 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/SystemZ/SystemZInstrInfo.td | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Target/SystemZ/SystemZInstrInfo.td b/lib/Target/SystemZ/SystemZInstrInfo.td index 633bf39455c..0cf706ed174 100644 --- a/lib/Target/SystemZ/SystemZInstrInfo.td +++ b/lib/Target/SystemZ/SystemZInstrInfo.td @@ -783,11 +783,11 @@ def SBC64ri32 : RILI<0xC24, let Uses = [PSW] in { def SUBE32rr : RREI<0xB999, (outs GR32:$dst), (ins GR32:$src1, GR32:$src2), - "sbcr\t{$dst, $src2}", + "slbr\t{$dst, $src2}", [(set GR32:$dst, (sube GR32:$src1, GR32:$src2)), (implicit PSW)]>; def SUBE64rr : RREI<0xB989, (outs GR64:$dst), (ins GR64:$src1, GR64:$src2), - "sbcgr\t{$dst, $src2}", + "slbgr\t{$dst, $src2}", [(set GR64:$dst, (sube GR64:$src1, GR64:$src2)), (implicit PSW)]>; } -- 2.34.1