Mercurial > hg > CbC > CbC_llvm
comparison test/Feature/constpointer.ll @ 120:1172e4bd9c6f
update 4.0.0
author | mir3636 |
---|---|
date | Fri, 25 Nov 2016 19:14:25 +0900 |
parents | 95c75e76d11b |
children |
comparison
equal
deleted
inserted
replaced
101:34baf5011add | 120:1172e4bd9c6f |
---|---|
14 @t1 = global i32 4 | 14 @t1 = global i32 4 |
15 @t4 = global i32** @t3 ;; reference to reference | 15 @t4 = global i32** @t3 ;; reference to reference |
16 | 16 |
17 @t2 = global i32* @t1 | 17 @t2 = global i32* @t1 |
18 | 18 |
19 global float * @2 ;; Forward numeric reference | 19 @0 = global float * @2 ;; Forward numeric reference |
20 global float * @2 ;; Duplicate forward numeric reference | 20 @1 = global float * @2 ;; Duplicate forward numeric reference |
21 global float 0.0 | 21 @2 = global float 0.0 |
22 global float * @2 ;; Numeric reference | 22 @3 = global float * @2 ;; Numeric reference |
23 | 23 |
24 | 24 |
25 @fptr = global void() * @f ;; Forward ref method defn | 25 @fptr = global void() * @f ;; Forward ref method defn |
26 declare void @f() ;; External method | 26 declare void @f() ;; External method |
27 | 27 |