blob: 61d6db9a574a982f53469ec6244254883a35d0b8 [file] [log] [blame]
Dan Gohmanf17a25c2007-07-18 16:29:46 +00001; RUN: llvm-upgrade < %s | llvm-as | 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