mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-08 21:32:39 +00:00
Fix whitespace.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96372 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f1ac0fd347
commit
7fca2294da
@ -640,9 +640,9 @@ void Cost::RateRegister(const SCEV *Reg,
|
||||
/// RatePrimaryRegister - Record this register in the set. If we haven't seen it
|
||||
/// before, rate it.
|
||||
void Cost::RatePrimaryRegister(const SCEV *Reg,
|
||||
SmallPtrSet<const SCEV *, 16> &Regs,
|
||||
const Loop *L,
|
||||
ScalarEvolution &SE, DominatorTree &DT) {
|
||||
SmallPtrSet<const SCEV *, 16> &Regs,
|
||||
const Loop *L,
|
||||
ScalarEvolution &SE, DominatorTree &DT) {
|
||||
if (Regs.insert(Reg))
|
||||
RateRegister(Reg, Regs, L, SE, DT);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user