aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Paulsson <paulson1@linux.ibm.com>2024-01-15 12:02:07 -0600
committerJonas Paulsson <paulson1@linux.ibm.com>2024-01-15 12:04:00 -0600
commite2ce91f48cd606955ce125b009ccc6b5464cb05f (patch)
treef7fd25494f07349e88c9886b5dda2fe4c1632a70
parentf08b55d1a62863f27df51921c1c87125e77a3298 (diff)
downloadllvm-e2ce91f48cd606955ce125b009ccc6b5464cb05f.zip
llvm-e2ce91f48cd606955ce125b009ccc6b5464cb05f.tar.gz
llvm-e2ce91f48cd606955ce125b009ccc6b5464cb05f.tar.bz2
Fix test output for 3b16d8c
-rw-r--r--llvm/test/CodeGen/SystemZ/regcoal_undefsrc.mir3
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/SystemZ/regcoal_undefsrc.mir b/llvm/test/CodeGen/SystemZ/regcoal_undefsrc.mir
index c66cb99..eb1fd4e 100644
--- a/llvm/test/CodeGen/SystemZ/regcoal_undefsrc.mir
+++ b/llvm/test/CodeGen/SystemZ/regcoal_undefsrc.mir
@@ -1,5 +1,4 @@
-# RUN: llc -mtriple=s390x-linux-gnu -mcpu=z13 -O3 -start-before=livevars %s
-#
+# RUN: llc -mtriple=s390x-linux-gnu -mcpu=z13 -O3 -start-before=livevars %s -o /dev/null 2>&1
# Test that coalesing of an empty live range (undef) does not cause failure.
--- |