Skip to content
  • Benjamin Kramer's avatar
    Pass DebugLoc and SDLoc by const ref. · bdc4956b
    Benjamin Kramer authored
    This used to be free, copying and moving DebugLocs became expensive
    after the metadata rewrite. Passing by reference eliminates a ton of
    track/untrack operations. No functionality change intended.
    
    llvm-svn: 272512
    bdc4956b
Loading