• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1;All this should do is not crash
2;RUN: llc < %s -march=alpha
3
4target datalayout = "e-p:64:64"
5target triple = "alphaev67-unknown-linux-gnu"
6
7define void @_ZNSt13basic_filebufIcSt11char_traitsIcEE22_M_convert_to_externalEPcl(i32 %f) {
8entry:
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