Update test/CodeGen/X86/vbinop-simplify-bug.ll.
Redirect the output of llc to /dev/null.
llvm-svn: 199329
diff --git a/llvm/test/CodeGen/X86/vbinop-simplify-bug.ll b/llvm/test/CodeGen/X86/vbinop-simplify-bug.ll
index 81299ed..3a89cd7 100644
--- a/llvm/test/CodeGen/X86/vbinop-simplify-bug.ll
+++ b/llvm/test/CodeGen/X86/vbinop-simplify-bug.ll
@@ -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