Don't #include OSAtomic.h unless we really need it.
[oota-llvm.git] / include / llvm / System / Atomic.h
2009-05-15 Owen AndersonDon't #include OSAtomic.h unless we really need it.
2009-05-15 Owen AndersonNow with working on Leopard!
2009-05-14 Owen AndersonDropped this #include by accident.
2009-05-14 Owen AndersonAdd CompareAndSwap.
2009-05-14 Owen AndersonAdd an Atomic.h to the System library, for providing...