mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-12 18:33:22 +00:00
fix whitespace in my last commit.
sorry for the churn :S enough for today; going to sleep. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@158953 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
eb7c6865cd
commit
cd88efe516
@ -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…
x
Reference in New Issue
Block a user