llvm-6502/include
Chris Lattner 52a261b3c1 fix a long standing wart: all the ComplexPattern's were being
passed the root of the match, even though only a few patterns
actually needed this (one in X86, several in ARM [which should
be refactored anyway], and some in CellSPU that I don't feel 
like detangling).   Instead of requiring all ComplexPatterns to
take the dead root, have targets opt into getting the root by
putting SDNPWantRoot on the ComplexPattern.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114471 91177308-0d34-0410-b5e6-96231b3b80d8
2010-09-21 20:31:19 +00:00
..
llvm fix a long standing wart: all the ComplexPattern's were being 2010-09-21 20:31:19 +00:00
llvm-c Add missing X86 MMX declarations. Hopefully fixes buildbot? 2010-09-10 21:58:02 +00:00