Skip to content
  • Chris Lattner's avatar
    fix a long standing wart: all the ComplexPattern's were being · 0e023ea0
    Chris Lattner authored
    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.
    
    llvm-svn: 114471
    0e023ea0
Loading