[llvm-branch-commits] [llvm-branch] r118521 - /llvm/branches/Apple/whitney/lib/Target/ARM/ARMFastISel.cpp

Daniel Dunbar daniel at zuster.org
Tue Nov 9 09:27:59 PST 2010


Author: ddunbar
Date: Tue Nov  9 11:27:59 2010
New Revision: 118521

URL: http://llvm.org/viewvc/llvm-project?rev=118521&view=rev
Log:
Merge r117995:
--
Author: Eric Christopher <echristo at apple.com>
Date:   Tue Nov 2 01:22:45 2010 +0000

    Whitespeace

Modified:
    llvm/branches/Apple/whitney/lib/Target/ARM/ARMFastISel.cpp

Modified: llvm/branches/Apple/whitney/lib/Target/ARM/ARMFastISel.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/Apple/whitney/lib/Target/ARM/ARMFastISel.cpp?rev=118521&r1=118520&r2=118521&view=diff
==============================================================================
--- llvm/branches/Apple/whitney/lib/Target/ARM/ARMFastISel.cpp (original)
+++ llvm/branches/Apple/whitney/lib/Target/ARM/ARMFastISel.cpp Tue Nov  9 11:27:59 2010
@@ -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;
 }
 





More information about the llvm-branch-commits mailing list