mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-06 04:09:04 +00:00
Initialize implicit uses/defs fields for sparc backend to empty list
llvm-svn: 4876
This commit is contained in:
parent
866d635098
commit
56c48a37a8
@ -23,12 +23,14 @@
|
||||
#include "Support/CommandLine.h"
|
||||
using std::cerr;
|
||||
|
||||
static const unsigned ImplicitRegUseList[] = { 0 }; /* not used yet */
|
||||
// Build the MachineInstruction Description Array...
|
||||
const MachineInstrDescriptor SparcMachineInstrDesc[] = {
|
||||
#define I(ENUM, OPCODESTRING, NUMOPERANDS, RESULTPOS, MAXIMM, IMMSE, \
|
||||
NUMDELAYSLOTS, LATENCY, SCHEDCLASS, INSTFLAGS) \
|
||||
{ OPCODESTRING, NUMOPERANDS, RESULTPOS, MAXIMM, IMMSE, \
|
||||
NUMDELAYSLOTS, LATENCY, SCHEDCLASS, INSTFLAGS, 0 },
|
||||
NUMDELAYSLOTS, LATENCY, SCHEDCLASS, INSTFLAGS, 0, \
|
||||
ImplicitRegUseList, ImplicitRegUseList },
|
||||
#include "SparcInstr.def"
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user