blob: d282066d0a3d7c0a2e464a6fe8a15964a882b7f0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
; This shouldn't crash
; RUN: llvm-as < %s | llc -march=alpha
; ModuleID = 'simp.bc'
target endian = little
target pointersize = 64
target triple = "alphaev6-unknown-linux-gnu"
deplibs = [ "c", "crtend", "stdc++" ]
%struct.__va_list_tag = type { sbyte*, int }
implementation ; Functions:
uint %emit_library_call_value(int %nargs, ...) {
entry:
%tmp.223 = va_arg %struct.__va_list_tag* null, uint ; <uint> [#uses=0]
ret uint %tmp.223
}
|