summaryrefslogtreecommitdiff
path: root/llvm/test/Analysis/DotMachineCFG/AMDGPU/functions.mir
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Analysis/DotMachineCFG/AMDGPU/functions.mir')
-rw-r--r--llvm/test/Analysis/DotMachineCFG/AMDGPU/functions.mir2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Analysis/DotMachineCFG/AMDGPU/functions.mir b/llvm/test/Analysis/DotMachineCFG/AMDGPU/functions.mir
index b34493aea866..83434c23f478 100644
--- a/llvm/test/Analysis/DotMachineCFG/AMDGPU/functions.mir
+++ b/llvm/test/Analysis/DotMachineCFG/AMDGPU/functions.mir
@@ -1,4 +1,4 @@
-# RUN: llc -mtriple=amdgcn-- -run-pass=dot-machine-cfg -mcfg-dot-filename-prefix=%t -mcfg-func-name=func2 -o - %s 2>&1 > /dev/null
+# RUN: llc -mtriple=amdgcn-- -run-pass=dot-machine-cfg -mcfg-dot-filename-prefix=%t -mcfg-func-name=func2 -o - %s -filetype=null 2>&1
# RUN: FileCheck %s -input-file=%t.func2.dot --check-prefix=MCFG
# MCFG-NOT: digraph "Machine CFG for 'func1' function"