diff options
author | Eric Christopher <echristo@apple.com> | 2010-11-02 01:22:45 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2010-11-02 01:22:45 +0000 |
commit | 61d69da051f5e45ebca4b78f3cec21370de25061 (patch) | |
tree | 5321bb91e7b97e68fbff510bee00383a2a519186 | |
parent | aaa8df4cad59e41bebba47ce2b4c74c1f0a23c77 (diff) |
Whitespeace
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117995 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Target/ARM/ARMFastISel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/ARM/ARMFastISel.cpp b/lib/Target/ARM/ARMFastISel.cpp index bb6b93ace7..41e63dc565 100644 --- a/lib/Target/ARM/ARMFastISel.cpp +++ b/lib/Target/ARM/ARMFastISel.cpp @@ -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; } |