[llvm-commits] [llvm] r154563 - /llvm/trunk/test/CodeGen/Mips/fneg.ll

Akira Hatanaka ahatanaka at mips.com
Wed Apr 11 16:19:56 PDT 2012


Author: ahatanak
Date: Wed Apr 11 18:19:55 2012
New Revision: 154563

URL: http://llvm.org/viewvc/llvm-project?rev=154563&view=rev
Log:
Revert changes that were accidentally committed.


Modified:
    llvm/trunk/test/CodeGen/Mips/fneg.ll

Modified: llvm/trunk/test/CodeGen/Mips/fneg.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/Mips/fneg.ll?rev=154563&r1=154562&r2=154563&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/Mips/fneg.ll (original)
+++ llvm/trunk/test/CodeGen/Mips/fneg.ll Wed Apr 11 18:19:55 2012
@@ -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:





More information about the llvm-commits mailing list