forked from OSchip/llvm-project
llvm/test/CodeGen/SystemZ/alloca-04.ll REQUIRES asserts due to -debug-pass.
llvm-svn: 254230
This commit is contained in:
parent
8f9607a616
commit
50024613e7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue