@@ -18,21 +18,21 @@ define i32 @main() {
1818 %14 = add i32 1 , 2
1919 %15 = add i32 1 , 2
2020
21- store i32 %1 , i32* @global_variable
22- store i32 %2 , i32* @global_variable
23- store i32 %3 , i32* @global_variable
24- store i32 %4 , i32* @global_variable
25- store i32 %5 , i32* @global_variable
26- store i32 %6 , i32* @global_variable
27- store i32 %7 , i32* @global_variable
28- store i32 %8 , i32* @global_variable
29- store i32 %9 , i32* @global_variable
30- store i32 %10 , i32* @global_variable
31- store i32 %11 , i32* @global_variable
32- store i32 %12 , i32* @global_variable
33- store i32 %13 , i32* @global_variable
34- store i32 %14 , i32* @global_variable
35- store i32 %15 , i32* @global_variable
21+ store i32 %1 , ptr @global_variable
22+ store i32 %2 , ptr @global_variable
23+ store i32 %3 , ptr @global_variable
24+ store i32 %4 , ptr @global_variable
25+ store i32 %5 , ptr @global_variable
26+ store i32 %6 , ptr @global_variable
27+ store i32 %7 , ptr @global_variable
28+ store i32 %8 , ptr @global_variable
29+ store i32 %9 , ptr @global_variable
30+ store i32 %10 , ptr @global_variable
31+ store i32 %11 , ptr @global_variable
32+ store i32 %12 , ptr @global_variable
33+ store i32 %13 , ptr @global_variable
34+ store i32 %14 , ptr @global_variable
35+ store i32 %15 , ptr @global_variable
3636
3737 ret i32 0
38- }
38+ }
0 commit comments