forked from OSchip/llvm-project
[x86] Stop this test from dirtying the source tree when run.
The output isn't used anyways. llvm-svn: 304766
This commit is contained in:
parent
a651f73a79
commit
11134628e2
|
@ -1,7 +1,7 @@
|
|||
; Make sure we don't crash because we have a stale dominator tree.
|
||||
; PR33266
|
||||
; REQUIRES: asserts
|
||||
; RUN: llc -verify-dom-info %s
|
||||
; RUN: llc -o /dev/null -verify-dom-info %s
|
||||
|
||||
target triple = "x86_64-unknown-linux-gnu"
|
||||
|
||||
|
|
Loading…
Reference in New Issue