mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-04-21 08:17:40 +00:00
Pseudo-ize VMOVDcc and VMOVScc.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127506 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -1600,9 +1600,8 @@ ARMDEBackend::populateInstruction(const CodeGenInstruction &CGI,
|
||||
Name == "FNEGDcc")
|
||||
return false;
|
||||
|
||||
// Ditto for VMOVDcc, VMOVScc, VNEGDcc, and VNEGScc.
|
||||
if (Name == "VMOVDcc" || Name == "VMOVScc" || Name == "VNEGDcc" ||
|
||||
Name == "VNEGScc")
|
||||
// Ditto for VNEGDcc and VNEGScc.
|
||||
if (Name == "VNEGDcc" || Name == "VNEGScc")
|
||||
return false;
|
||||
|
||||
// LDMIA_RET is a special case of LDM (Load Multiple) where the registers
|
||||
|
||||
Reference in New Issue
Block a user