mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-15 07:59:33 +00:00
Fix whitespace.
llvm-svn: 96179
This commit is contained in:
parent
900be69752
commit
c954fc3333
@ -1995,7 +1995,7 @@ void LSRInstance::GenerateReassociations(LSRUse &LU, unsigned LUIdx,
|
||||
/// GenerateCombinations - Generate a formula consisting of all of the
|
||||
/// loop-dominating registers added into a single register.
|
||||
void LSRInstance::GenerateCombinations(LSRUse &LU, unsigned LUIdx,
|
||||
Formula Base) {
|
||||
Formula Base) {
|
||||
// This method is only intersting on a plurality of registers.
|
||||
if (Base.BaseRegs.size() <= 1) return;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user