From 1cc8cf22c9f8714b5291ccef0b5be0c7728d9c62 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Sat, 28 Nov 2015 13:05:49 +0000 Subject: [PATCH] llvm/test/CodeGen/SystemZ/alloca-04.ll REQUIRES asserts due to -debug-pass. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@254230 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/SystemZ/alloca-04.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGen/SystemZ/alloca-04.ll b/test/CodeGen/SystemZ/alloca-04.ll index c7ecf38247a..86c77493d3e 100644 --- a/test/CodeGen/SystemZ/alloca-04.ll +++ b/test/CodeGen/SystemZ/alloca-04.ll @@ -2,7 +2,7 @@ ; RUN: llc < %s -mtriple=s390x-linux-gnu -debug-only=codegen 2>&1 | \ ; RUN: FileCheck %s - +; REQUIRES: asserts define void @f6() "no-realign-stack" { %x = alloca i64, i64 1, align 128 -- 2.34.1