Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 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 |