Skip to content
  • Duncan Sands's avatar
    Inside the calling convention logic LocVT is always a simple · f5dda01f
    Duncan Sands authored
    value type, so there is no point in passing it around using
    an EVT.  Use the simpler MVT everywhere.  Rather than trying
    to propagate this information maximally in all the code that
    using the calling convention stuff, I chose to do a mainly
    low impact change instead.
    
    llvm-svn: 118167
    f5dda01f
Loading