[Alignment][NFC] migrate DataLayout internal struct to llvm::Align
[llvm-core.git] / test / CodeGen / SPARC / thread-pointer.ll
blob33e99aa94747e83dcbf6e8c37f77ceaa6b70e0fa
1 ; RUN: llc < %s -mtriple=sparc-unknown-linux-gnu | FileCheck %s
2 ; RUN: llc < %s -mtriple=sparc64-unknown-linux-gnu | FileCheck %s
4 ; Function Attrs: nounwind readnone
5 declare i8* @llvm.thread.pointer() #1
7 define i8* @thread_pointer() {
8 ; CHECK: mov %g7, %o0
9   %1 = tail call i8* @llvm.thread.pointer()
10   ret i8* %1