[llvm-commits] [llvm] r122619 - /llvm/trunk/test/CodeGen/X86/negative-sin.ll

NAKAMURA Takumi geek4civic at gmail.com
Tue Dec 28 19:58:47 PST 2010


Author: chapuni
Date: Tue Dec 28 21:58:47 2010
New Revision: 122619

URL: http://llvm.org/viewvc/llvm-project?rev=122619&view=rev
Log:
test/CodeGen/X86/negative-sin.ll: FileCheck-ize.

Modified:
    llvm/trunk/test/CodeGen/X86/negative-sin.ll

Modified: llvm/trunk/test/CodeGen/X86/negative-sin.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/negative-sin.ll?rev=122619&r1=122618&r2=122619&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/negative-sin.ll (original)
+++ llvm/trunk/test/CodeGen/X86/negative-sin.ll Tue Dec 28 21:58:47 2010
@@ -1,5 +1,5 @@
-; RUN: llc < %s -enable-unsafe-fp-math -march=x86-64 | \
-; RUN:   not egrep {addsd|subsd|xor}
+; RUN: llc < %s -enable-unsafe-fp-math -march=x86-64 | FileCheck %s
+; CHECK-NOT:     {{addsd|subsd|xor}}
 
 declare double @sin(double %f)
 





More information about the llvm-commits mailing list