I cannot find a libgcc function for this builtin. Therefor expanding it to a noop...
authorAndrew Lenharth <andrewl@lenharth.org>
Sat, 16 Feb 2008 14:46:26 +0000 (14:46 +0000)
committerAndrew Lenharth <andrewl@lenharth.org>
Sat, 16 Feb 2008 14:46:26 +0000 (14:46 +0000)
commitd497d9fab6e90499c703f3e672ec001dbfa074f9
tree547eb8e3f145c096925ad6dccddf43d652172343
parent051bb7b07504be9f848f7cce802e62ed24980bc5
I cannot find a libgcc function for this builtin.  Therefor expanding it to a noop (which is how it use to be treated).  If someone who knows the x86 backend better than me could tell me how to get a lock prefix on an instruction, that would be nice to complete x86 support.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47213 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
lib/Target/ARM/ARMISelLowering.cpp
lib/Target/CBackend/CBackend.cpp
lib/Target/CellSPU/SPUISelLowering.cpp
lib/Target/IA64/IA64ISelLowering.cpp
lib/Target/Mips/MipsISelLowering.cpp
lib/Target/PowerPC/PPCISelLowering.cpp
lib/Target/Sparc/SparcISelDAGToDAG.cpp
lib/Target/X86/X86ISelLowering.cpp