| commit | 391c6f95074dd2c9fbfead66f43292303960c06e | [log] [tgz] |
|---|---|---|
| author | Craig Topper <craig.topper@intel.com> | Sun Dec 10 01:24:08 2017 +0000 |
| committer | Craig Topper <craig.topper@intel.com> | Sun Dec 10 01:24:08 2017 +0000 |
| tree | 200298b9d81f72d0dbd01bcc4324dfca59d128b0 | |
| parent | 8ee98d0b5132b04db7a7c6ae623add7b1eb9cac8 [diff] |
[X86] Fix bad regular expressions in the scheduler models. Question marks should be outside of multicharacter parenthesized expressions If the question mark is inside the parentheses it only applies to the single character proceeding it. I had to make a few additional cleanups to fix some duplicate warnings that were exposed by fixing this. llvm-svn: 320279