1 ; RUN: llc -march=mips < %s | FileCheck %s
2 ; RUN: llc -march=mips64 < %s | FileCheck %s
3 ; RUN: llc -march=mipsel < %s | FileCheck %s
4 ; RUN: llc -march=mips64el < %s | FileCheck %s
6 declare ptr @llvm.thread.pointer() nounwind readnone
8 define ptr @thread_pointer() {
10 %1 = tail call ptr @llvm.thread.pointer()