blob: b76a2afea50775801165487767e704d775968d26 [file] [log] [blame] [edit]
; RUN: not --crash llc < %s -mtriple=s390x-linux-gnu -argext-abi-check 2>&1 \
; RUN: | FileCheck %s
; REQUIRES: asserts
;
; Test detection of missing extension of an i16 return value.
define i16 @callee_MissingRetAttr() {
ret i16 -1
}
; CHECK: Narrow integer argument must have a valid extension type.