mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-26 20:26:07 +00:00
"LLVMContext* " --> "LLVMContext *"
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74878 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -1261,7 +1261,7 @@ void SROA::CleanupAllocaUsers(AllocationInst *AI) {
|
||||
/// and stores would mutate the memory.
|
||||
static void MergeInType(const Type *In, uint64_t Offset, const Type *&VecTy,
|
||||
unsigned AllocaSize, const TargetData &TD,
|
||||
LLVMContext* Context) {
|
||||
LLVMContext *Context) {
|
||||
// If this could be contributing to a vector, analyze it.
|
||||
if (VecTy != Type::VoidTy) { // either null or a vector type.
|
||||
|
||||
|
Reference in New Issue
Block a user