diff options
Diffstat (limited to 'llvm/test/CodeGen/Mips/cstmaterialization/stack.ll')
| -rw-r--r-- | llvm/test/CodeGen/Mips/cstmaterialization/stack.ll | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/Mips/cstmaterialization/stack.ll b/llvm/test/CodeGen/Mips/cstmaterialization/stack.ll index 78c01d9b7473..0e9075aa1688 100644 --- a/llvm/test/CodeGen/Mips/cstmaterialization/stack.ll +++ b/llvm/test/CodeGen/Mips/cstmaterialization/stack.ll @@ -1,7 +1,7 @@ -; RUN: llc -march=mipsel -mcpu=mips32 < %s | FileCheck %s -check-prefix=CHECK-MIPS32 -; RUN: llc -march=mips64el -mcpu=mips64 -relocation-model=pic < %s | \ +; RUN: llc -mtriple=mipsel -mcpu=mips32 < %s | FileCheck %s -check-prefix=CHECK-MIPS32 +; RUN: llc -mtriple=mips64el -mcpu=mips64 -relocation-model=pic < %s | \ ; RUN: FileCheck %s -check-prefix=CHECK-MIPS64 -; RUN: llc -march=mipsel -mcpu=mips64 -target-abi n32 < %s | \ +; RUN: llc -mtriple=mipsel -mcpu=mips64 -target-abi n32 < %s | \ ; RUN: FileCheck %s -check-prefix=CHECK-MIPSN32 ; Test that the expansion of ADJCALLSTACKDOWN and ADJCALLSTACKUP generate |
