1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 20:12:56 +02:00

llvm/test/CodeGen/AMDGPU/selected-stack-object.ll REQUIRES +Asserts, since it expects assertion failure.

llvm-svn: 275144
This commit is contained in:
NAKAMURA Takumi 2016-07-12 02:18:09 +00:00
parent be6fb6cf85
commit 8288faf578

View File

@ -1,4 +1,7 @@
; "Assertion failure" should be caught with both XFAIL:* and +Asserts.
; XFAIL: *
; REQUIRES: asserts
; RUN: llc -march=amdgcn -mcpu=verde -verify-machineinstrs < %s | FileCheck %s
; See also local-stack-slot-bug.ll