Whitespeace

llvm-svn: 117995
This commit is contained in:
Eric Christopher 2010-11-02 01:22:45 +00:00
parent e8fccc82e4
commit ac746e1b38
1 changed files with 1 additions and 1 deletions

View File

@ -682,7 +682,7 @@ bool ARMFastISel::ARMComputeRegOffset(const Value *Obj, unsigned &Base,
} }
// Try to get this in a register if nothing else has worked. // 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; return Base != 0;
} }