Skip to content
  • Dan Gohman's avatar
    Define CallSDNode, an SDNode subclass for use with ISD::CALL. · d3fe174c
    Dan Gohman authored
    Currently it just holds the calling convention and flags
    for isVarArgs and isTailCall.
    
    And it has several utility methods, which eliminate magic
    5+2*i and similar index computations in several places.
    
    CallSDNodes are not CSE'd. Teach UpdateNodeOperands to handle
    nodes that are not CSE'd gracefully.
    
    llvm-svn: 56183
    d3fe174c
Loading