forked from OSchip/llvm-project
fix whitespace in my last commit.
sorry for the churn :S enough for today; going to sleep. llvm-svn: 158953
This commit is contained in:
parent
9792d68381
commit
0b60ebbf79
|
@ -1570,7 +1570,7 @@ static bool TryToOptimizeStoreOfMallocToGlobal(GlobalVariable *GV,
|
|||
if (BitCastInst *BCI = dyn_cast<BitCastInst>(Malloc))
|
||||
CI = cast<CallInst>(BCI->getOperand(0));
|
||||
else
|
||||
CI = cast<CallInst>(Malloc);
|
||||
CI = cast<CallInst>(Malloc);
|
||||
}
|
||||
|
||||
GVI = PerformHeapAllocSRoA(GV, CI, getMallocArraySize(CI, TD, true), TD);
|
||||
|
|
Loading…
Reference in New Issue