Skip to content
  • Dan Gohman's avatar
    Create HandlePHINodesInSuccessorBlocksFast, a version of · 7bda51f5
    Dan Gohman authored
    HandlePHINodesInSuccessorBlocks that works FastISel-style. This
    allows PHI nodes to be updated correctly while using FastISel.
    
    This also involves some code reorganization; ValueMap and
    MBBMap are now members of the FastISel class, so they needn't
    be passed around explicitly anymore. Also, SelectInstructions
    is changed to SelectInstruction, and only does one instruction
    at a time.
    
    llvm-svn: 55746
    7bda51f5
Loading