]> granicus.if.org Git - clang/commit
Don't try to create "store atomic" instructions of non-integer types; they aren't...
authorEli Friedman <eli.friedman@gmail.com>
Fri, 16 Mar 2012 01:48:04 +0000 (01:48 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Fri, 16 Mar 2012 01:48:04 +0000 (01:48 +0000)
commitff993202abf6f5dc41c584c7103f5d39f248b3dd
treef171964ba507fac08585218e23d461dfacbcb4d5
parent9ace587fe52a955cf575d8662d8b86b3b084d44b
Don't try to create "store atomic" instructions of non-integer types; they aren't supported at the moment.  PR12040.

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