Displaying 1 result from an estimated 1 matches for "conditionvar5".
Did you mean:
conditionvar4
2013 Nov 21
1
[LLVMdev] Problem with labels
...t, i32 %integer)
ret void
}
@b = private global i32 0
@c = private global i32 0
@a = private global i32 0
@.string1 = internal unnamed_addr constant [8 x i8] c"valeur:\00"
define void @find() {
%tmp1 = load i32* @c
store i32 %tmp1, i32* @b
Until2:
%a6 = load i32* @a
%b7 = load i32* @b
%conditionVar5 = icmp slt i32 %a6, %b7
br i1 %conditionVar5, label %EndUntil4, label %Call3
Call3:
call void @diff()
br label %Until2
EndUntil4:
%tmp8 = 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 @...