search for: output8

Displaying 1 result from an estimated 1 matches for "output8".

Did you mean: outputs
2013 Nov 21
1
[LLVMdev] Problem with labels
...readInteger(i32* @b) Until1: %a5 = load i32* @b %b6 = or i32 0, 0 %conditionVar4 = icmp eq i32 %a5, %b6 br i1 %conditionVar4, label %EndUntil3, label %Call2 Call2: call void @find() br label %Until1 EndUntil3: %ptr7 = getelementptr [8 x i8]* @.string1, i32 0, i32 0 call i32 (i8*)* @puts(i8* %ptr7) %output8 = load i32* @a call void @writeInteger(i32 %output8) ret void } define void @diff() { %a2 = load i32* @a %b3 = load i32* @b %tmp1 = sub i32 i32 %a2, %b3 store i32 %tmp1, i32* @a ret void }