"git@repo.hca.bsc.es:rferrer/llvm-epi.git" did not exist on "a2755ea8f24fdc97275ad79472301201f4766444"
Pass DebugLoc and SDLoc by const ref.
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
Loading
Please register or sign in to comment