function arguments are getting added to the AST!
This commit is contained in:
@@ -7,11 +7,8 @@ target datalayout = ""
|
||||
define i32 @"test"()
|
||||
{
|
||||
test_entry:
|
||||
%".2" = alloca i32
|
||||
store i32 3, i32* %".2"
|
||||
%".4" = load i32, i32* %".2"
|
||||
%".5" = add i32 %".4", 2
|
||||
ret i32 %".5"
|
||||
%".2" = add i32 77, 33
|
||||
ret i32 %".2"
|
||||
}
|
||||
|
||||
define i32 @"main"()
|
||||
|
||||
Reference in New Issue
Block a user