mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-25 16:30:05 +00:00
Remove dead code. These ARM instruction definitions don't exist.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127488 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8b8515c225
commit
81bb6551e6
@ -1653,16 +1653,6 @@ ARMDEBackend::populateInstruction(const CodeGenInstruction &CGI,
|
||||
if (Name == "VEXTd16" || Name == "VEXTd32" || Name == "VEXTdf" ||
|
||||
Name == "VEXTq16" || Name == "VEXTq32" || Name == "VEXTqf")
|
||||
return false;
|
||||
|
||||
// VLD1df is equivalent to VLD1d32.
|
||||
// VLD1qf is equivalent to VLD1q32.
|
||||
// VLD2d64 is equivalent to VLD1q64.
|
||||
// VST1df is equivalent to VST1d32.
|
||||
// VST1qf is equivalent to VST1q32.
|
||||
// VST2d64 is equivalent to VST1q64.
|
||||
if (Name == "VLD1df" || Name == "VLD1qf" || Name == "VLD2d64" ||
|
||||
Name == "VST1df" || Name == "VST1qf" || Name == "VST2d64")
|
||||
return false;
|
||||
} else if (TN == TARGET_THUMB) {
|
||||
if (!thumbInstruction(Form))
|
||||
return false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user