Displaying 1 result from an estimated 1 matches for "t0022".
Did you mean:
0022
2008 Jul 20
2
[LLVMdev] Structs as first class values.
Hi,
I'm trying to implement structs as first class values. If I assemble
; ModuleID = 't0022.s.bc'
target datalayout =
"e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64-f80:32:32"
target triple = "i386-pc-linux-gnu"
%struct.foo = type { i32, i32, i32 }
define %struct.foo @main() nounwind {
entry:...