mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-25 13:24:46 +00:00
Whitespace.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@220857 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -2759,8 +2759,8 @@ bool CodeGenPrepare::OptimizeMemoryInst(Instruction *MemoryInst, Value *Addr,
|
||||
if (AddrMode.BaseOffs) {
|
||||
Value *V = ConstantInt::get(IntPtrTy, AddrMode.BaseOffs);
|
||||
if (ResultIndex) {
|
||||
// We need to add this separately from the scale above to help with
|
||||
// SDAG consecutive load/store merging.
|
||||
// We need to add this separately from the scale above to help with
|
||||
// SDAG consecutive load/store merging.
|
||||
if (ResultPtr->getType() != I8PtrTy)
|
||||
ResultPtr = Builder.CreateBitCast(ResultPtr, I8PtrTy);
|
||||
ResultPtr = Builder.CreateGEP(ResultPtr, ResultIndex, "sunkaddr");
|
||||
|
Reference in New Issue
Block a user