mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
[SystemZ] Remove LRMux pseudo instruction.
This instruction is unused and not needed. Review: Ulrich Weigand. llvm-svn: 356997
This commit is contained in:
parent
74f21642b9
commit
6824b8cafc
@ -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>;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user