Update test/CodeGen/X86/vbinop-simplify-bug.ll.
authorAndrea Di Biagio <Andrea_DiBiagio@sn.scee.net>
Wed, 15 Jan 2014 20:16:14 +0000 (20:16 +0000)
committerAndrea Di Biagio <Andrea_DiBiagio@sn.scee.net>
Wed, 15 Jan 2014 20:16:14 +0000 (20:16 +0000)
Redirect the output of llc to /dev/null.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199329 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/vbinop-simplify-bug.ll

index 81299ed4ff8e2a07739d4852770700cf4143be40..3a89cd7e636abfbcf25f999d20bc31efc9b8afa4 100644 (file)
@@ -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