Fix part 1 of pr4682. PICADD is a 16-bit instruction even in thumb2 mode.
[llvm/avr.git] / test / CodeGen / Alpha / call_adj.ll
blobee8cda840e0ac922f71204c9c06ce7f42b696818
1 ;All this should do is not crash
2 ;RUN: llvm-as < %s | llc -march=alpha
4 target datalayout = "e-p:64:64"
5 target triple = "alphaev67-unknown-linux-gnu"
7 define void @_ZNSt13basic_filebufIcSt11char_traitsIcEE22_M_convert_to_externalEPcl(i32 %f) {
8 entry:
9         %tmp49 = alloca i8, i32 %f              ; <i8*> [#uses=0]
10         %tmp = call i32 null( i8* null, i8* null, i8* null, i8* null, i8* null, i8* null, i8* null )               ; <i32> [#uses=0]
11         ret void