Mark instructions that are cracked by the PPC970 decoder as such.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26720 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/PowerPC/PPC.td b/lib/Target/PowerPC/PPC.td
index d4d4995..a6d2740 100644
--- a/lib/Target/PowerPC/PPC.td
+++ b/lib/Target/PowerPC/PPC.td
@@ -72,10 +72,9 @@
// should be kept up-to-date with the fields in the PPCInstrInfo.h file.
let TSFlagsFields = ["PPC970_First",
"PPC970_Single",
+ "PPC970_Cracked",
"PPC970_Unit"];
- let TSFlagsShifts = [0,
- 1,
- 2];
+ let TSFlagsShifts = [0, 1, 2, 3];
let isLittleEndianEncoding = 1;
}