1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00

Sparcv9 gets no operand info

llvm-svn: 22909
This commit is contained in:
Chris Lattner 2005-08-19 16:56:56 +00:00
parent 6fcfaee2fc
commit db827889e3

View File

@ -39,7 +39,7 @@ const TargetInstrDescriptor llvm::SparcV9MachineInstrDesc[] = {
NUMDELAYSLOTS, LATENCY, SCHEDCLASS, INSTFLAGS) \
{ OPCODESTRING, NUMOPERANDS, RESULTPOS, MAXIMM, IMMSE, \
NUMDELAYSLOTS, LATENCY, SCHEDCLASS, INSTFLAGS, 0, \
ImplicitRegUseList, ImplicitRegUseList },
ImplicitRegUseList, ImplicitRegUseList, 0 },
#include "SparcV9Instr.def"
};