mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-09 11:25:55 +00:00
Fix whitespace.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96179 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -1995,7 +1995,7 @@ void LSRInstance::GenerateReassociations(LSRUse &LU, unsigned LUIdx,
|
|||||||
/// GenerateCombinations - Generate a formula consisting of all of the
|
/// GenerateCombinations - Generate a formula consisting of all of the
|
||||||
/// loop-dominating registers added into a single register.
|
/// loop-dominating registers added into a single register.
|
||||||
void LSRInstance::GenerateCombinations(LSRUse &LU, unsigned LUIdx,
|
void LSRInstance::GenerateCombinations(LSRUse &LU, unsigned LUIdx,
|
||||||
Formula Base) {
|
Formula Base) {
|
||||||
// This method is only intersting on a plurality of registers.
|
// This method is only intersting on a plurality of registers.
|
||||||
if (Base.BaseRegs.size() <= 1) return;
|
if (Base.BaseRegs.size() <= 1) return;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user