blob: 3a87a00000c070044a42f5b33dcce9ef9f20ea4e [file] [log] [blame]
Andrew Lenharth22262f12006-11-02 03:04:37 +00001; RUN: llvm-as < %s | llc -march=alpha
2
3target datalayout = "e-p:64:64"
4target endian = little
5target pointersize = 64
6target triple = "alphaev67-unknown-linux-gnu"
7 %struct.va_list = type { sbyte*, int, int }
8
9implementation ; Functions:
10
11void %yyerror(int, ...) {
12entry:
13 call void %llvm.va_start( %struct.va_list* null )
14 ret void
15}
16
17declare void %llvm.va_start(%struct.va_list*)
18