]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/commit
Update comment on AtomicRMWInst::Nand
authorHal Finkel <hfinkel@anl.gov>
Mon, 22 Sep 2014 06:47:10 +0000 (06:47 +0000)
committerHal Finkel <hfinkel@anl.gov>
Mon, 22 Sep 2014 06:47:10 +0000 (06:47 +0000)
commit1e165a0d5ec41e8847b59c9f67d0e471b7a3b58b
tree5d7d6a5de57c48df24b3b0c65df86e94db9ae734
parentec35919c9a220b32365c5191843c8728c61bb6b4
Update comment on AtomicRMWInst::Nand

As of July 2014, all backends have been updated to implement
AtomicRMWInst::Nand as ~(x & y) (and not as x & ~y, as some did previously).
This was added to the release notes in r212635 (and the LangRef had been
changed), but it seems that we forgot to update the header-file description.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@218236 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/IR/Instructions.h