From: Chandler Carruth Date: Tue, 6 Jun 2017 03:24:22 +0000 (+0000) Subject: [x86] Stop this test from dirtying the source tree when run. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c1a89c1b5ceaf6fe9a93d93a2d9ebb84da20ca3f;p=llvm [x86] Stop this test from dirtying the source tree when run. The output isn't used anyways. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@304766 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/X86/selectiondag-dominator.ll b/test/CodeGen/X86/selectiondag-dominator.ll index ce564588613..f289a16f29e 100644 --- a/test/CodeGen/X86/selectiondag-dominator.ll +++ b/test/CodeGen/X86/selectiondag-dominator.ll @@ -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"