diff options
Diffstat (limited to 'llvm/test/CodeGen/Mips/fpcmp.ll')
-rw-r--r-- | llvm/test/CodeGen/Mips/fpcmp.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Mips/fpcmp.ll b/llvm/test/CodeGen/Mips/fpcmp.ll index c89ffe67f1b..24de2ffd638 100644 --- a/llvm/test/CodeGen/Mips/fpcmp.ll +++ b/llvm/test/CodeGen/Mips/fpcmp.ll @@ -1,5 +1,5 @@ ; RUN: llc < %s -march=mipsel -mcpu=4ke | FileCheck %s -check-prefix=CHECK-MIPS32R2 -; RUN: llc < %s -march=mipsel | FileCheck %s -check-prefix=CHECK-MIPS1 +; RUN: llc < %s -march=mipsel -mcpu=mips1 | FileCheck %s -check-prefix=CHECK-MIPS1 @g1 = external global i32 |