From 6919cecfc3c463e7a03f975a5518a3e3711acbde Mon Sep 17 00:00:00 2001 From: Jonas Paulsson Date: Tue, 26 Mar 2019 15:13:48 +0000 Subject: [PATCH] [SystemZ] Remove LRMux pseudo instruction. This instruction is unused and not needed. Review: Ulrich Weigand. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@356997 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/SystemZ/SystemZInstrInfo.td | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/Target/SystemZ/SystemZInstrInfo.td b/lib/Target/SystemZ/SystemZInstrInfo.td index 57c0696dee5..63d7ae99f7a 100644 --- a/lib/Target/SystemZ/SystemZInstrInfo.td +++ b/lib/Target/SystemZ/SystemZInstrInfo.td @@ -361,9 +361,6 @@ defm CondStore64 : CondStores, - Requires<[FeatureHighWord]>; def LR : UnaryRR <"lr", 0x18, null_frag, GR32, GR32>; def LGR : UnaryRRE<"lgr", 0xB904, null_frag, GR64, GR64>; -- 2.50.1