Skip to content
  • Chris Lattner's avatar
    Cleanup and restructure the code to make it easier to read and maintain. · a7b6f3ab
    Chris Lattner authored
    The only functionality change is that we now implement:
      Regression/Transforms/TailCallElim/intervening-inst.ll
    
    Which is really kinda pointless, because it means that trivially dead code
    does not interfere with -tce, but trivially dead code probably wouldn't be
    around anytime when this pass is run anyway.
    
    The point of including this change it to support other more aggressive
    transformations when we have the analysis capabilities to do so.
    
    llvm-svn: 10312
    a7b6f3ab
Loading