diff options
Diffstat (limited to 'llvm/test/CodeGen/Mips/2010-07-20-Select.ll')
-rw-r--r-- | llvm/test/CodeGen/Mips/2010-07-20-Select.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/Mips/2010-07-20-Select.ll b/llvm/test/CodeGen/Mips/2010-07-20-Select.ll index e5e2c547377..31e56ff27d1 100644 --- a/llvm/test/CodeGen/Mips/2010-07-20-Select.ll +++ b/llvm/test/CodeGen/Mips/2010-07-20-Select.ll @@ -1,5 +1,5 @@ -; RUN: llc < %s -march=mips -relocation-model=static | FileCheck %s -; RUN: llc < %s -march=mips -relocation-model=static -regalloc=basic | FileCheck %s +; RUN: llc < %s -march=mips -relocation-model=static -mcpu=mips1 | FileCheck %s +; RUN: llc < %s -march=mips -relocation-model=static -regalloc=basic -mcpu=mips1 | FileCheck %s ; Fix PR7473 define i32 @main() nounwind readnone { |