1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-23 04:52:54 +02:00
llvm-mirror/include
Benjamin Kramer e80783f62f 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
2016-06-12 15:39:02 +00:00
..
llvm Pass DebugLoc and SDLoc by const ref. 2016-06-12 15:39:02 +00:00
llvm-c Change () to (void) in the C API. 2016-06-12 07:56:21 +00:00