mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-15 04:08:07 +00:00
Whitespeace
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117995 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
aaa8df4cad
commit
61d69da051
@ -682,7 +682,7 @@ bool ARMFastISel::ARMComputeRegOffset(const Value *Obj, unsigned &Base,
|
||||
}
|
||||
|
||||
// Try to get this in a register if nothing else has worked.
|
||||
if (Base == 0) Base = getRegForValue(Obj);
|
||||
if (Base == 0) Base = getRegForValue(Obj);
|
||||
return Base != 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user