Displaying 1 result from an estimated 1 matches for "enduntil3".
Did you mean:
enduntil4
2013 Nov 21
1
[LLVMdev] Problem with labels
...mp8 = load i32* @a
store i32 %tmp8, i32* @b
%tmp9 = load i32* @c
store i32 %tmp9, i32* @a
ret void
}
define void @main() {
call void @readInteger(i32* @a)
call void @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 = s...