llvm-6502/include
Oscar Fuentes bcc2e45840 Fixes the Atomic implementation if compiled by MSVC compiler.
sys::cas_flag should be long on this platform, InterlockedAdd() is
defined only for the Itanium architecture (according to MSDN).

Patch by Michael Beck!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@90748 91177308-0d34-0410-b5e6-96231b3b80d8
2009-12-07 05:29:59 +00:00
..
llvm Fixes the Atomic implementation if compiled by MSVC compiler. 2009-12-07 05:29:59 +00:00
llvm-c I forgot to update the prototype for LLVMBuildIntCast when correcting 2009-11-23 10:49:03 +00:00