blob: 75ad7e0c4255baa8c9867ab8b9aa70aa2b08e503 [file] [log] [blame]
Reid Spencer69ccadd2006-12-02 04:23:10 +00001; RUN: llvm-upgrade < %s | llvm-as | llc -march=alpha
Chris Lattnercecc3eb2006-04-04 17:38:31 +00002
3target endian = little
4target pointersize = 64
5target triple = "alphaev67-unknown-linux-gnu"
6 %llvm.dbg.compile_unit.type = type { uint, { }*, uint, uint, sbyte*, sbyte*, sbyte* }
7 %struct._Callback_list = type { %struct._Callback_list*, void (uint, %struct.ios_base*, int)*, int, int }
8 %struct._Impl = type { int, %struct.facet**, ulong, %struct.facet**, sbyte** }
9 %struct._Words = type { sbyte*, long }
10 "struct.__codecvt_abstract_base<char,char,__mbstate_t>" = type { %struct.facet }
11 "struct.basic_streambuf<char,std::char_traits<char> >" = type { int (...)**, sbyte*, sbyte*, sbyte*, sbyte*, sbyte*, sbyte*, %struct.locale }
12 %struct.facet = type { int (...)**, int }
13 %struct.ios_base = type { int (...)**, long, long, uint, uint, uint, %struct._Callback_list*, %struct._Words, [8 x %struct._Words], int, %struct._Words*, %struct.locale }
14 %struct.locale = type { %struct._Impl* }
15 "struct.ostreambuf_iterator<char,std::char_traits<char> >" = type { "struct.basic_streambuf<char,std::char_traits<char> >"*, bool }
16%llvm.dbg.compile_unit1047 = external global %llvm.dbg.compile_unit.type ; <%llvm.dbg.compile_unit.type*> [#uses=1]
17
18implementation ; Functions:
19
20void %_ZNKSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE15_M_insert_floatIdEES3_S3_RSt8ios_baseccT_() {
21entry:
22 %tmp234 = seteq sbyte 0, 0 ; <bool> [#uses=1]
23 br bool %tmp234, label %cond_next243, label %cond_true235
24
25cond_true235: ; preds = %entry
26 ret void
27
28cond_next243: ; preds = %entry
29 %tmp428 = load long* null ; <long> [#uses=1]
30 %tmp428 = cast long %tmp428 to uint ; <uint> [#uses=1]
31 %tmp429 = alloca sbyte, uint %tmp428 ; <sbyte*> [#uses=0]
32 call void %llvm.dbg.stoppoint( uint 1146, uint 0, { }* cast (%llvm.dbg.compile_unit.type* %llvm.dbg.compile_unit1047 to { }*) )
33 unreachable
34}
35
36declare void %llvm.dbg.stoppoint(uint, uint, { }*)