[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:
Chandler Carruth 2017-06-06 03:24:22 +00:00
parent a651f73a79
commit 11134628e2
1 changed files with 1 additions and 1 deletions

View File

@ -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"