forked from emscripten-core/emscripten
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathissue_39.ll
More file actions
37 lines (29 loc) · 1.35 KB
/
issue_39.ll
File metadata and controls
37 lines (29 loc) · 1.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
; ModuleID = '/tmp/tmpe4Pk1F/a.out.bc'
target datalayout = "e-p:32:32-i64:64-v128:32:128-n32-S128"
target triple = "asmjs-unknown-emscripten"
@.str = private unnamed_addr constant [6 x i8] c"*yes*\00", align 1 ; [#uses=1]
; [#uses=0]
define i32 @main() {
entry:
%retval = alloca i32 ; [#uses=2]
%0 = alloca i32 ; [#uses=2]
%x = alloca i32 ; [#uses=2]
%"alloca point" = bitcast i32 0 to i32 ; [#uses=0]
store i32 5, i32* %x, align 4
%1 = load i32, i32* %x, align 4 ; [#uses=1]
br i1 icmp sgt (i32 %1, i32 3), label %bb, label %bb1
bb: ; preds = %entry
%3 = call i32 @puts(i8* getelementptr inbounds ([6 x i8], [6 x i8]* @.str, i32 0, i32 0)) ; [#uses=0]
br label %bb1
bb1: ; preds = %bb, %entry
store i32 0, i32* %0, align 4
%4 = load i32, i32* %0, align 4 ; [#uses=1]
store i32 %4, i32* %retval, align 4
br label %return
return: ; preds = %bb1
%retval2 = load i32, i32* %retval ; [#uses=1]
ret i32 %retval2
}
; [#uses=1]
declare i32 @puts(i8*)
; br i1 icmp ne (%16* bitcast (%11* @PyFloat_Type to %16*), %16* @PyBaseObject_Type), label %bb6, label %bb14