[llvm-objdump] - Remove one overload of reportError. NFCI.
[llvm-complete.git] / test / CodeGen / Mips / thread-pointer.ll
blob60bee3d0303194ae04daf4e4cdcddc9e6d424352
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 i8* @llvm.thread.pointer() nounwind readnone
8 define i8* @thread_pointer() {
9 ; CHECK: rdhwr $3, $29
10   %1 = tail call i8* @llvm.thread.pointer()
11   ret i8* %1