blob: d55165685fbce9c699847dcdca13c95416da958f [file] [log] [blame]
; RUN: not llvm-as < %s 2>&1 | FileCheck %s
; CHECK: Incorrect alignment of return type to called function!
define dso_local void @foo() {
entry:
call <8192 x float> @bar()
ret void
}
declare dso_local <8192 x float> @bar()