1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00

Write access test.

llvm-svn: 244103
This commit is contained in:
Richard Diamond 2015-08-05 19:40:39 +00:00
parent f8bf4abe0d
commit ef0da0e1d6

View File

@ -8,7 +8,8 @@
//===----------------------------------------------------------------------===//
//
// This file contains a pass (at IR level) to replace atomic instructions with
// either (intrinsic-based) load-linked/store-conditional loops or AtomicCmpXchg.
// either (intrinsic-based) load-linked/store-conditional loops or
// AtomicCmpXchg.
//
//===----------------------------------------------------------------------===//