AArch64: error when both positional & named operands are used.
[oota-llvm.git] / lib / Target / AArch64 / AArch64.td
index d0f9bd4600262c4ad2641c0c90018aa72cfc3adf..e49afd60c8e33498552f883674d37db62555c2be 100644 (file)
@@ -70,7 +70,9 @@ include "AArch64CallingConv.td"
 
 include "AArch64InstrInfo.td"
 
-def AArch64InstrInfo : InstrInfo;
+def AArch64InstrInfo : InstrInfo {
+  let noNamedPositionallyEncodedOperands = 1;
+}
 
 //===----------------------------------------------------------------------===//
 // Declare the target which we are implementing