Skip to content
  • Chris Lattner's avatar
    remove some old hacky code that tried to infer whether a store · e457fd1e
    Chris Lattner authored
    occured in a pattern, but failed miserably.  The new code works for
    any instruction that has a store in its pattern, including all the 
    x86 mem op mem instructions.
    
    The only target-independent code that uses this is branch folding,
    so this won't change anything in practice.
    
    llvm-svn: 45648
    e457fd1e
Loading