OSDN Git Service

Fix typo. "__sync_fetch_and-xor_4" should be "__sync_fetch_and_xor_4".
authorJim Grosbach <grosbach@apple.com>
Fri, 14 Oct 2011 15:53:48 +0000 (15:53 +0000)
committerJim Grosbach <grosbach@apple.com>
Fri, 14 Oct 2011 15:53:48 +0000 (15:53 +0000)
commit312b7c950a27f72a811b3fdbed26e2e08eb20c31
tree415d5555f4acb18057cc1ba9b2360b8907961f18
parent4c7f1caadc6fdad54dd9f502224236f7e73cc6a8
Fix typo. "__sync_fetch_and-xor_4" should be "__sync_fetch_and_xor_4".

Pointed out by George Russell.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141956 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/TargetLowering.cpp