mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-01 16:33:37 +01:00
142428ce64
llvm-svn: 81293
11 lines
243 B
LLVM
11 lines
243 B
LLVM
; RUN: llc < %s -march=arm -mtriple=arm-linux-gnueabi | \
|
|
; RUN: grep {__aeabi_read_tp}
|
|
|
|
define i8* @test() {
|
|
entry:
|
|
%tmp1 = call i8* @llvm.arm.thread.pointer( ) ; <i8*> [#uses=0]
|
|
ret i8* %tmp1
|
|
}
|
|
|
|
declare i8* @llvm.arm.thread.pointer()
|