1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00
llvm-mirror/include
Benjamin Kramer 38d1af6c06 [ADT] Replace sys::MemoryFence with standard atomics.
This is a bit faster in theory, in practice it's cold code that's only
active in !NDEBUG, so it probably doesn't make a difference. This is one
of the last users of our homegrown Atomic.h.

llvm-svn: 323999
2018-02-01 20:28:33 +00:00
..
llvm [ADT] Replace sys::MemoryFence with standard atomics. 2018-02-01 20:28:33 +00:00
llvm-c [LLVM-C] Add Accessors For A Module's Source File Name 2018-01-30 21:34:29 +00:00