mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-05 13:26:55 +00:00
whitespace
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122539 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -1687,7 +1687,7 @@ ARMBaseInstrInfo::getNumMicroOps(const InstrItineraryData *ItinData,
|
||||
|
||||
// The number of uOps for load / store multiple are determined by the number
|
||||
// registers.
|
||||
//
|
||||
//
|
||||
// On Cortex-A8, each pair of register loads / stores can be scheduled on the
|
||||
// same cycle. The scheduling for the first load / store must be done
|
||||
// separately by assuming the the address is not 64-bit aligned.
|
||||
|
@@ -2039,7 +2039,7 @@ SelectARMCMOVImmOp(SDNode *N, SDValue FalseVal, SDValue TrueVal,
|
||||
SDValue Ops[] = { FalseVal, True, CC, CCR, InFlag };
|
||||
return CurDAG->SelectNodeTo(N, Opc, MVT::i32, Ops, 5);
|
||||
}
|
||||
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
@@ -201,7 +201,7 @@ ARMSubtarget::GVIsIndirectSymbol(const GlobalValue *GV,
|
||||
// through a stub.
|
||||
if (!isDecl && !GV->isWeakForLinker())
|
||||
return false;
|
||||
|
||||
|
||||
// Unless we have a symbol with hidden visibility, we have to go through a
|
||||
// normal $non_lazy_ptr stub because this symbol might be resolved late.
|
||||
if (!GV->hasHiddenVisibility()) // Non-hidden $non_lazy_ptr reference.
|
||||
@@ -219,7 +219,7 @@ unsigned ARMSubtarget::getMispredictionPenalty() const {
|
||||
return 13;
|
||||
else if (isCortexA9())
|
||||
return 8;
|
||||
|
||||
|
||||
// Otherwise, just return a sensible default.
|
||||
return 10;
|
||||
}
|
||||
|
@@ -205,7 +205,7 @@ protected:
|
||||
const std::string & getCPUString() const { return CPUString; }
|
||||
|
||||
unsigned getMispredictionPenalty() const;
|
||||
|
||||
|
||||
/// enablePostRAScheduler - True at 'More' optimization.
|
||||
bool enablePostRAScheduler(CodeGenOpt::Level OptLevel,
|
||||
TargetSubtarget::AntiDepBreakMode& Mode,
|
||||
|
Reference in New Issue
Block a user