Sparc backend doesn't use target specific flags yet
authorChris Lattner <sabre@nondot.org>
Wed, 30 Oct 2002 01:07:12 +0000 (01:07 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 30 Oct 2002 01:07:12 +0000 (01:07 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4440 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/SparcV9/SparcV9TargetMachine.cpp

index 948cbfbceaa34f89ba9773306f8c2efff8bea93e..faed36c32a8e18fddde85239bb43f7330f564ab8 100644 (file)
@@ -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"
 };