This recognizes all the target-independent constant constraints
that have target-specific meanings.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@71064
91177308-0d34-0410-b5e6-
96231b3b80d8
// FIXME: Fail if % is used with the last operand.
break;
case 'i': // immediate integer.
- case 'I':
case 'n': // immediate integer with a known value.
break;
+ case 'I': // Various constant constraints with target-specific meanings.
+ case 'J':
+ case 'K':
+ case 'L':
+ case 'M':
+ case 'N':
+ case 'O':
+ case 'P':
+ break;
case 'r': // general register.
Info.setAllowsRegister();
break;