llvm-6502/include
Andrew Trick 0701564377 Mark the x86 machine model as incomplete. PR17367.
Ideally, the machinel model is added at the time the instructions are
defined. But many instructions in X86InstrSSE.td still need a model.

Without this workaround the scheduler asserts because x86 already has
itinerary classes for these instructions, indicating they should be
modeled by the scheduler. Since we use the new machine model for other
instructions, it expects a new machine model for these too.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191391 91177308-0d34-0410-b5e6-96231b3b80d8
2013-09-25 18:14:12 +00:00
..
llvm Mark the x86 machine model as incomplete. PR17367. 2013-09-25 18:14:12 +00:00
llvm-c Try again to fix the MSVC build. 2013-09-25 07:52:21 +00:00