diff options
-rw-r--r-- | test/CodeGen/Mips/fneg.ll | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/CodeGen/Mips/fneg.ll b/test/CodeGen/Mips/fneg.ll index 303a94950c..b322abdaa2 100644 --- a/test/CodeGen/Mips/fneg.ll +++ b/test/CodeGen/Mips/fneg.ll @@ -1,5 +1,4 @@ -; RUN: llc < %s -march=mipsel -mcpu=mips32 | FileCheck %s -check-prefix=NAN -; RUN: llc < %s -march=mipsel -mcpu=mips32 -enable-no-nans-fp-math | FileCheck %s -check-prefix=NO-NAN +; RUN: llc < %s -march=mipsel -mcpu=mips32 | FileCheck %s define float @foo0(i32 %a, float %d) nounwind readnone { entry: |