blob: 24e97a92b86b17bcba903ba9bd2a112d6a58c983 [file] [log] [blame]
Dan Gohmanf17a25c2007-07-18 16:29:46 +00001;All this should do is not crash
Dan Gohmanda594cf2009-09-09 00:09:15 +00002;RUN: llc < %s -march=alpha
Dan Gohmanf17a25c2007-07-18 16:29:46 +00003
Tanya Lattnerf28e0ce2008-02-19 01:41:04 +00004target datalayout = "e-p:64:64"
Dan Gohmanf17a25c2007-07-18 16:29:46 +00005target triple = "alphaev67-unknown-linux-gnu"
6
Tanya Lattnerf28e0ce2008-02-19 01:41:04 +00007define void @_ZNSt13basic_filebufIcSt11char_traitsIcEE22_M_convert_to_externalEPcl(i32 %f) {
Dan Gohmanf17a25c2007-07-18 16:29:46 +00008entry:
Tanya Lattnerf28e0ce2008-02-19 01:41:04 +00009 %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
Dan Gohmanf17a25c2007-07-18 16:29:46 +000012}
Tanya Lattnerf28e0ce2008-02-19 01:41:04 +000013