Use the llvm-upgrade program to upgrade llvm assembly.
[oota-llvm.git] / test / CodeGen / Alpha / 2006-11-01-vastart.ll
1 ; RUN: llvm-upgrade < %s | llvm-as | llc -march=alpha
2
3 target datalayout = "e-p:64:64"
4 target endian = little
5 target pointersize = 64
6 target triple = "alphaev67-unknown-linux-gnu"
7         %struct.va_list = type { sbyte*, int, int }
8
9 implementation   ; Functions:
10
11 void %yyerror(int, ...) {
12 entry:
13         call void %llvm.va_start( %struct.va_list* null )
14         ret void
15 }
16
17 declare void %llvm.va_start(%struct.va_list*)
18