[llvm] r199329 - Update test/CodeGen/X86/vbinop-simplify-bug.ll.

Andrea Di Biagio Andrea_DiBiagio at sn.scee.net
Wed Jan 15 12:16:14 PST 2014


Author: adibiagio
Date: Wed Jan 15 14:16:14 2014
New Revision: 199329

URL: http://llvm.org/viewvc/llvm-project?rev=199329&view=rev
Log:
Update test/CodeGen/X86/vbinop-simplify-bug.ll.

Redirect the output of llc to /dev/null.

Modified:
    llvm/trunk/test/CodeGen/X86/vbinop-simplify-bug.ll

Modified: llvm/trunk/test/CodeGen/X86/vbinop-simplify-bug.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/vbinop-simplify-bug.ll?rev=199329&r1=199328&r2=199329&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/vbinop-simplify-bug.ll (original)
+++ llvm/trunk/test/CodeGen/X86/vbinop-simplify-bug.ll Wed Jan 15 14:16:14 2014
@@ -1,4 +1,4 @@
-; RUN: llc %s -mtriple=x86_64-unknown-linux-gnu -mattr=sse2 -mcpu=corei7
+; RUN: llc < %s -mtriple=x86_64-unknown-linux-gnu -mattr=sse2 -mcpu=corei7 -o /dev/null
 
 ; Revision 199135 introduced a wrong check in method
 ; DAGCombiner::SimplifyVBinOp in an attempt to refactor some code





More information about the llvm-commits mailing list