From 12de5f3bc197e04f889e61543e91d2218988a890 Mon Sep 17 00:00:00 2001 From: Andrea Di Biagio Date: Wed, 15 Jan 2014 20:16:14 +0000 Subject: [PATCH] Update test/CodeGen/X86/vbinop-simplify-bug.ll. Redirect the output of llc to /dev/null. llvm-svn: 199329 --- llvm/test/CodeGen/X86/vbinop-simplify-bug.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/test/CodeGen/X86/vbinop-simplify-bug.ll b/llvm/test/CodeGen/X86/vbinop-simplify-bug.ll index 81299ed4ff8e..3a89cd7e636a 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