[opaque pointer type] Provide a convenience for IRBuilder::CreateCall that...
[opaque pointer type] Provide a convenience for IRBuilder::CreateCall that accepts a Function without needing to take an explicit callee Type The common case is a direct call, so don't make all those users have to explicitly pass the result of llvm::Function::getFunctionType. llvm-svn: 237627
Loading
Please sign in to comment