Displaying 1 result from an estimated 1 matches for "arrayty_0".
Did you mean:
arrayty_3
2012 Jun 17
3
[LLVMdev] BlockAddress instruction is copied instead of cloned during module link?
...-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64");
mod->setTargetTriple("x86_64-unknown-freebsd8.2");
// Type Definitions
PointerType* PointerTy_1 =
PointerType::get(IntegerType::get(mod->getContext(), 8), 0);
ArrayType* ArrayTy_0 = ArrayType::get(PointerTy_1, 3);
PointerType* PointerTy_2 = PointerType::get(ArrayTy_0, 0);
std::vector<Type*>FuncTy_3_args;
FuncTy_3_args.push_back(IntegerType::get(mod->getContext(), 32));
FunctionType* FuncTy_3 = FunctionType::get(
/*Result=*/PointerTy_1,
/*Params=*/Fun...