Add support for the __sync_sub_and_fetch atomics and friends for X86. The code
[oota-llvm.git] / test / CodeGen / X86 / postalloc-coalescing.ll
2007-11-03 Evan ChengThere are times when the coalescer would not coalesce...