Home | History | Annotate | Download | only in Alpha
      1 ;All this should do is not crash
      2 ;RUN: llc < %s -march=alpha
      3 
      4 target datalayout = "e-p:64:64"
      5 target triple = "alphaev67-unknown-linux-gnu"
      6 
      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
     12 }
     13 
     14