1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 20:43:44 +02:00

[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 8ddc04c139
commit 029abc0d2d

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"