2 ; RUN: not --crash llc -verify-machineinstrs -mtriple=powerpc-unknown-unknown < %s \
3 ; RUN: 2>&1 | FileCheck %s
7 define void @foo(i8 %x) {
8 ; CHECK: Unhandled stack size
10 %a = alloca i8, i64 4294967296, align 16
11 store volatile i8 %x, ptr %a