Displaying 1 result from an estimated 1 matches for "print_val".
2009 Jan 28
3
[LLVMdev] uses of unwind lead to crashes
...>
[#uses=1]
@"\01LC6" = internal constant [18 x i8] c"#<unknown 0x%08x>\00" ;
<[18 x i8]*> [#uses=1]
@"\01LC7" = internal constant [45 x i8] c"evaluation halted with
error: %d and value: \00" ; <[45 x i8]*> [#uses=1]
define void @print_val(i32 %x) nounwind {
entry:
%x_addr = alloca i32 ; <i32*> [#uses=10]
%"alloca point" = bitcast i32 0 to i32 ; <i32> [#uses=0]
store i32 %x, i32* %x_addr
%0 = load i32* %x_addr, align 4 ; <i32> [#uses=1]
%1 = and i32 %0, 3 ; <i32> [#uses=1]
%2 = icmp eq i32...