blob: d56257850c4350c6175f4c0e658bab90962db9f2 [file] [log] [blame]
Andrew Lenharth1a93f1c2006-05-17 19:23:31 +00001;All this should do is not crash
2;RUN: llvm-as < %s | 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}