Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
18 lines (14 loc) · 621 Bytes

File metadata and controls

18 lines (14 loc) · 621 Bytes
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
; ModuleID = '/tmp/tmpqfApGD/a.out.bc'
target datalayout = "e-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-p:32:32:32-v128:32:128-n32-S128"
target triple = "asmjs-unknown-emscripten"
@other-name = alias i32 ()* @main
@.st-r = private unnamed_addr constant [15 x i8] c"hello, world!\0A\00", align 1
define i32 @main() {
entry:
%ret-val = alloca i32, align 4
store i32 0, i32* %ret-val
%aaa = ptrtoint i32 ()* @other-name to i32
%call = call i32 (i8*, ...) @printf(i8* getelementptr inbounds ([15 x i8], [15 x i8]* @.st-r, i32 0, i32 0), i32 %aaa)
ret i32 0
}
declare i32 @printf(i8*, ...)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.