[TableGen] Optionally forbid overlap between named and positional operands
[oota-llvm.git] / lib / Target / PowerPC / PPC.td
index b27004d1ef98821b9c3f0767058190f99ff0a4b4..2a9f65a6b19a7adb505464810c2966244df7b303 100644 (file)
@@ -288,6 +288,8 @@ def PPCInstrInfo : InstrInfo {
 
   // FIXME: Unset this when no longer needed!
   let decodePositionallyEncodedOperands = 1;
+
+  let noNamedPositionallyEncodedOperands = 1;
 }
 
 def PPCAsmParser : AsmParser {