diff options
Diffstat (limited to 'llvm/test/CodeGen/Mips/thread-pointer.ll')
| -rw-r--r-- | llvm/test/CodeGen/Mips/thread-pointer.ll | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/test/CodeGen/Mips/thread-pointer.ll b/llvm/test/CodeGen/Mips/thread-pointer.ll index b460d6dd0a18..30d3c9385b98 100644 --- a/llvm/test/CodeGen/Mips/thread-pointer.ll +++ b/llvm/test/CodeGen/Mips/thread-pointer.ll @@ -1,7 +1,7 @@ -; RUN: llc -march=mips < %s | FileCheck %s -; RUN: llc -march=mips64 < %s | FileCheck %s -; RUN: llc -march=mipsel < %s | FileCheck %s -; RUN: llc -march=mips64el < %s | FileCheck %s +; RUN: llc -mtriple=mips < %s | FileCheck %s +; RUN: llc -mtriple=mips64 < %s | FileCheck %s +; RUN: llc -mtriple=mipsel < %s | FileCheck %s +; RUN: llc -mtriple=mips64el < %s | FileCheck %s declare ptr @llvm.thread.pointer() nounwind readnone |
