mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-16 11:30:51 +00:00
Sparc backend doesn't use target specific flags yet
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4440 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
75e961ae6b
commit
443d0122d7
@ -28,7 +28,7 @@ const MachineInstrDescriptor SparcMachineInstrDesc[] = {
|
||||
#define I(ENUM, OPCODESTRING, NUMOPERANDS, RESULTPOS, MAXIMM, IMMSE, \
|
||||
NUMDELAYSLOTS, LATENCY, SCHEDCLASS, INSTFLAGS) \
|
||||
{ OPCODESTRING, NUMOPERANDS, RESULTPOS, MAXIMM, IMMSE, \
|
||||
NUMDELAYSLOTS, LATENCY, SCHEDCLASS, INSTFLAGS },
|
||||
NUMDELAYSLOTS, LATENCY, SCHEDCLASS, INSTFLAGS, 0 },
|
||||
#include "SparcInstr.def"
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user