blob: 416aa62f08c47ea24f697d0001b77591a1226250 [file] [log] [blame]
; RUN: not --crash llc < %s -mtriple=xcore 2>&1 | FileCheck %s
; CHECK: emitPrologue unsupported alignment: 8
define void @f() nounwind {
entry:
%BadAlignment = alloca i64, align 8
ret void
}