diff options
author | Jonas Paulsson <paulsson@linux.vnet.ibm.com> | 2019-03-26 15:13:48 +0000 |
---|---|---|
committer | Jonas Paulsson <paulsson@linux.vnet.ibm.com> | 2019-03-26 15:13:48 +0000 |
commit | 8f8c38174ef3af7db69d192b5a9b2ec7c3ef2bfd (patch) | |
tree | f90f6b47c369e9425b3de9635ef2aa17abfd77c7 | |
parent | a28c514581a3d003051f061ff9e1270d8530a579 (diff) | |
download | bcm5719-llvm-8f8c38174ef3af7db69d192b5a9b2ec7c3ef2bfd.tar.gz bcm5719-llvm-8f8c38174ef3af7db69d192b5a9b2ec7c3ef2bfd.zip |
[SystemZ] Remove LRMux pseudo instruction.
This instruction is unused and not needed.
Review: Ulrich Weigand.
llvm-svn: 356997
-rw-r--r-- | llvm/lib/Target/SystemZ/SystemZInstrInfo.td | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/Target/SystemZ/SystemZInstrInfo.td b/llvm/lib/Target/SystemZ/SystemZInstrInfo.td index 57c0696dee5..63d7ae99f7a 100644 --- a/llvm/lib/Target/SystemZ/SystemZInstrInfo.td +++ b/llvm/lib/Target/SystemZ/SystemZInstrInfo.td @@ -361,9 +361,6 @@ defm CondStore64 : CondStores<GR64, nonvolatile_store, //===----------------------------------------------------------------------===// // Register moves. -// Expands to LR, RISBHG or RISBLG, depending on the choice of registers. -def LRMux : UnaryRRPseudo<"lr", null_frag, GRX32, GRX32>, - Requires<[FeatureHighWord]>; def LR : UnaryRR <"lr", 0x18, null_frag, GR32, GR32>; def LGR : UnaryRRE<"lgr", 0xB904, null_frag, GR64, GR64>; |