From ed08489a71e06e679a692bad9efc1125341c46e7 Mon Sep 17 00:00:00 2001 From: Akira Hatanaka Date: Wed, 11 Apr 2012 23:19:55 +0000 Subject: [PATCH] Revert changes that were accidentally committed. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154563 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/Mips/fneg.ll | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/CodeGen/Mips/fneg.ll b/test/CodeGen/Mips/fneg.ll index 303a94950c6..b322abdaa23 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: -- 2.34.1