[ARM] Implement __builtin_thread_pointer.
authorLauro Ramos Venancio <lauro.venancio@gmail.com>
Thu, 8 Nov 2007 17:20:05 +0000 (17:20 +0000)
committerLauro Ramos Venancio <lauro.venancio@gmail.com>
Thu, 8 Nov 2007 17:20:05 +0000 (17:20 +0000)
commite0cb36b9fb1e1b0de9b46eafd8dc3802122b2e73
tree57ddcdf7f61cede65612cd6ff5013ad2c11a92b1
parent4471194d69cc99ed53dc1638e06053b069dc6454
[ARM] Implement __builtin_thread_pointer.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43892 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Intrinsics.td
include/llvm/IntrinsicsARM.td [new file with mode: 0644]
lib/Target/ARM/ARMISelLowering.cpp
test/CodeGen/ARM/thread_pointer.ll [new file with mode: 0644]