From dbcf1bf503880084e33e57e9fb916a66703d18d7 Mon Sep 17 00:00:00 2001 From: Jonas Paulsson Date: Sat, 17 Mar 2018 09:15:13 +0000 Subject: [PATCH] [SystemZ] Add 'REQUIRES: asserts' to test case using debug output. llvm-svn: 327766 --- llvm/test/CodeGen/SystemZ/signbits.ll | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm/test/CodeGen/SystemZ/signbits.ll b/llvm/test/CodeGen/SystemZ/signbits.ll index 4c019a6..3b92198 100644 --- a/llvm/test/CodeGen/SystemZ/signbits.ll +++ b/llvm/test/CodeGen/SystemZ/signbits.ll @@ -2,6 +2,7 @@ ; DAGCombiner so that it knows that %sel0 is already sign extended. ; ; RUN: llc -mtriple=s390x-linux-gnu -mcpu=z13 -debug-only=isel < %s 2>&1 | FileCheck %s +; REQUIRES: asserts %0 = type <{ %1*, i16, [6 x i8] }> %1 = type { i32 (...)** } -- 2.7.4