blob: da47c6ca6266e094b0490971c2b4763259f565a7 [file] [log] [blame]
Dan Gohmanf17a25c2007-07-18 16:29:46 +00001;All this should do is not crash
2;RUN: llvm-upgrade < %s | llvm-as | llc -march=alpha
3
4target endian = little
5target pointersize = 64
6target triple = "alphaev67-unknown-linux-gnu"
7
8implementation ; Functions:
9
10void %_ZNSt13basic_filebufIcSt11char_traitsIcEE22_M_convert_to_externalEPcl(uint %f) {
11entry:
12 %tmp49 = alloca sbyte, uint %f ; <sbyte*> [#uses=1]
13 %tmp = call uint null( sbyte* null, sbyte* null, sbyte* null, sbyte* null, sbyte* null, sbyte* null, sbyte* null)
14 ret void
15}