mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
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
This commit is contained in:
parent
3cab648f22
commit
36280bde58
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user