Skip to content
  • Dan Gohman's avatar
    Enable first-class aggregates support. · fa1211f6
    Dan Gohman authored
    Remove the GetResultInst instruction. It is still accepted in LLVM assembly
    and bitcode, where it is now auto-upgraded to ExtractValueInst. Also, remove
    support for return instructions with multiple values. These are auto-upgraded
    to use InsertValueInst instructions.
    
    The IRBuilder still accepts multiple-value returns, and auto-upgrades them
    to InsertValueInst instructions.
    
    llvm-svn: 53941
    fa1211f6
Loading