mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-07 14:33:15 +00:00
Memory barrier instructions don't need special handling in tblgen anymore.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127419 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6b96fe7e14
commit
5e97338c8d
@ -1570,9 +1570,7 @@ ARMDEBackend::populateInstruction(const CodeGenInstruction &CGI,
|
||||
return false;
|
||||
|
||||
if (TN == TARGET_ARM) {
|
||||
// FIXME: what about Int_MemBarrierV6 and Int_SyncBarrierV6?
|
||||
if ((Name != "Int_MemBarrierV7" && Name != "Int_SyncBarrierV7") &&
|
||||
Form == ARM_FORMAT_PSEUDO)
|
||||
if (Form == ARM_FORMAT_PSEUDO)
|
||||
return false;
|
||||
if (thumbInstruction(Form))
|
||||
return false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user