From c1a89c1b5ceaf6fe9a93d93a2d9ebb84da20ca3f Mon Sep 17 00:00:00 2001 From: Chandler Carruth Date: Tue, 6 Jun 2017 03:24:22 +0000 Subject: [PATCH] [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 --- test/CodeGen/X86/selectiondag-dominator.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.50.1