search for: c72c9f64

Displaying 1 result from an estimated 1 matches for "c72c9f64".

2013 Sep 10
1
[LLVMdev] function creation question
I have an AST, and I walk it to generate llvm-IR. For function definitions, I need to be able to generate functions : vector<datatypes> foo (param_list) i.e. my return value is a vector of different datatype.s, similar to the param list. My question is, what do i put my elelment type in the vector? It can be a vector of any of the element types.. i.e. the first value can be a float, the