commit | 61d69da051f5e45ebca4b78f3cec21370de25061 | [log] [tgz] |
---|---|---|
author | Eric Christopher <echristo@apple.com> | Tue Nov 02 01:22:45 2010 +0000 |
committer | Eric Christopher <echristo@apple.com> | Tue Nov 02 01:22:45 2010 +0000 |
tree | 5321bb91e7b97e68fbff510bee00383a2a519186 | |
parent | aaa8df4cad59e41bebba47ce2b4c74c1f0a23c77 [diff] [blame] |
Whitespeace git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117995 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/ARM/ARMFastISel.cpp b/lib/Target/ARM/ARMFastISel.cpp index bb6b93a..41e63dc 100644 --- a/lib/Target/ARM/ARMFastISel.cpp +++ b/lib/Target/ARM/ARMFastISel.cpp
@@ -682,7 +682,7 @@ } // 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; }