comparison test/Feature/constpointer.ll @ 122:36195a0db682

merging ( incomplete )
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Fri, 17 Nov 2017 20:32:31 +0900
parents 1172e4bd9c6f
children
comparison
equal deleted inserted replaced
119:d9df2cbd60cd 122:36195a0db682
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