diff options
author | Akira Hatanaka <ahatanak@gmail.com> | 2011-09-09 23:14:58 +0000 |
---|---|---|
committer | Akira Hatanaka <ahatanak@gmail.com> | 2011-09-09 23:14:58 +0000 |
commit | 33ff5aeaa81b6933d14bc889a5368d7559518e90 (patch) | |
tree | 0965b28b69c4d48df0e0fddd357eecb33a78838f /test/CodeGen/Mips/fcopysign.ll | |
parent | 921d01ae1ff4e1dad2daeed22f8259a7a520412f (diff) | |
download | llvm-33ff5aeaa81b6933d14bc889a5368d7559518e90.tar.gz |
Fix test cases.
Generate code for Mips32r1 unless a Mips32r2 feature is tested.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139433 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/Mips/fcopysign.ll')
-rw-r--r-- | test/CodeGen/Mips/fcopysign.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/Mips/fcopysign.ll b/test/CodeGen/Mips/fcopysign.ll index 14c6507cc95b..79f956d719c5 100644 --- a/test/CodeGen/Mips/fcopysign.ll +++ b/test/CodeGen/Mips/fcopysign.ll @@ -1,5 +1,5 @@ -; RUN: llc < %s -march=mipsel -mcpu=4ke | FileCheck %s -check-prefix=CHECK-EL -; RUN: llc < %s -march=mips -mcpu=4ke | FileCheck %s -check-prefix=CHECK-EB +; RUN: llc < %s -march=mipsel | FileCheck %s -check-prefix=CHECK-EL +; RUN: llc < %s -march=mips | FileCheck %s -check-prefix=CHECK-EB define double @func0(double %d0, double %d1) nounwind readnone { entry: |