diff options
Diffstat (limited to 'llvm/test/CodeGen/Mips/inlineasm-constraints-softfloat.ll')
| -rw-r--r-- | llvm/test/CodeGen/Mips/inlineasm-constraints-softfloat.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/Mips/inlineasm-constraints-softfloat.ll b/llvm/test/CodeGen/Mips/inlineasm-constraints-softfloat.ll index 705570f808ce..6366972e2b49 100644 --- a/llvm/test/CodeGen/Mips/inlineasm-constraints-softfloat.ll +++ b/llvm/test/CodeGen/Mips/inlineasm-constraints-softfloat.ll @@ -1,6 +1,6 @@ ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 4 -; RUN: llc -march=mips < %s | FileCheck %s --check-prefix=MIPS32 -; RUN: llc -march=mips64 < %s | FileCheck %s --check-prefix=MIPS64 +; RUN: llc -mtriple=mips < %s | FileCheck %s --check-prefix=MIPS32 +; RUN: llc -mtriple=mips64 < %s | FileCheck %s --check-prefix=MIPS64 define dso_local void @read_double(ptr nocapture noundef readonly %0) local_unnamed_addr #0 { ; MIPS32-LABEL: read_double: |
