[X86] Remove unnecessary '_alt' and '_Int' from scheduler model regular expressions.

These were treated as optional suffixes, but the regular expressions are already prefix matches so this is unnecessary. It breaks the binary search optimization in tablegen due to the top level question mark.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@323401 91177308-0d34-0410-b5e6-96231b3b80d8
5 files changed