diff options
author | Jonas Paulsson <paulsson@linux.vnet.ibm.com> | 2018-03-17 09:15:13 +0000 |
---|---|---|
committer | Jonas Paulsson <paulsson@linux.vnet.ibm.com> | 2018-03-17 09:15:13 +0000 |
commit | dbcf1bf503880084e33e57e9fb916a66703d18d7 (patch) | |
tree | 9a849859dc93718c0265edff1f3eaeed253acbce /llvm | |
parent | 138960770c9b6d2ebaf6d42814ce69e25679cf08 (diff) | |
download | bcm5719-llvm-dbcf1bf503880084e33e57e9fb916a66703d18d7.tar.gz bcm5719-llvm-dbcf1bf503880084e33e57e9fb916a66703d18d7.zip |
[SystemZ] Add 'REQUIRES: asserts' to test case using debug output.
llvm-svn: 327766
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/test/CodeGen/SystemZ/signbits.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/SystemZ/signbits.ll b/llvm/test/CodeGen/SystemZ/signbits.ll index 4c019a62a07..3b9219815f6 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 (...)** } |