Skip to content
  • Dan Gohman's avatar
    Remove the code from CodeGenPrepare that moved getresult instructions · ca95a5f4
    Dan Gohman authored
    to the block that defines their operands. This doesn't work in the
    case that the operand is an invoke, because invoke is a terminator
    and must be the last instruction in a block.
    
    Replace it with support in SelectionDAGISel for copying struct values
    into sequences of virtual registers.
    
    llvm-svn: 50279
    ca95a5f4
Loading