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