blob: bce54b3d2aa1fe1dd2e77177a94f938f2d796cf1 [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 i8 return value.
define i8 @callee_MissingRetAttr() {
ret i8 -1
}
; CHECK: Narrow integer argument must have a valid extension type.