summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAndrea Di Biagio <Andrea_DiBiagio@sn.scee.net>2014-01-15 20:16:14 +0000
committerAndrea Di Biagio <Andrea_DiBiagio@sn.scee.net>2014-01-15 20:16:14 +0000
commit36280bde5808460b0a41df4de9f382bfd70cbe09 (patch)
tree47f5697ee9d9e04a1206e0161e9e0c6bd6b80510 /test
parent3cab648f220f354db06e4334b1da3ae1f417d16e (diff)
downloadllvm-36280bde5808460b0a41df4de9f382bfd70cbe09.tar.gz
llvm-36280bde5808460b0a41df4de9f382bfd70cbe09.tar.bz2
llvm-36280bde5808460b0a41df4de9f382bfd70cbe09.tar.xz
Update test/CodeGen/X86/vbinop-simplify-bug.ll.
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
Diffstat (limited to 'test')
-rw-r--r--test/CodeGen/X86/vbinop-simplify-bug.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/vbinop-simplify-bug.ll b/test/CodeGen/X86/vbinop-simplify-bug.ll
index 81299ed4ff..3a89cd7e63 100644
--- a/test/CodeGen/X86/vbinop-simplify-bug.ll
+++ b/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