Use the llvm-upgrade program to upgrade llvm assembly.
[oota-llvm.git] / test / CodeGen / Alpha / 2006-04-04-zextload.ll
1 ; RUN: llvm-upgrade < %s | llvm-as | llc -march=alpha
2
3 target endian = little
4 target pointersize = 64
5 target 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
18 implementation   ; Functions:
19
20 void %_ZNKSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE15_M_insert_floatIdEES3_S3_RSt8ios_baseccT_() {
21 entry:
22         %tmp234 = seteq sbyte 0, 0              ; <bool> [#uses=1]
23         br bool %tmp234, label %cond_next243, label %cond_true235
24
25 cond_true235:           ; preds = %entry
26         ret void
27
28 cond_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
36 declare void %llvm.dbg.stoppoint(uint, uint, {  }*)