]> granicus.if.org Git - clang/commit
fix __sync_bool_compare_and_swap to work with address-space qualified types.
authorChris Lattner <sabre@nondot.org>
Tue, 21 Sep 2010 23:24:52 +0000 (23:24 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 21 Sep 2010 23:24:52 +0000 (23:24 +0000)
commitf2b95277be59f7d2a82cef8ea9f4cf6a36074593
tree51ebd2eacdb5af17c240e7c4c56f6752e0d84f42
parentc7f78c74e155ece8af24cbe8b949daa9d0ba1828
fix __sync_bool_compare_and_swap to work with address-space qualified types.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@114498 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGBuiltin.cpp
test/CodeGen/atomic.c