[llvm-commits] [llvm] r117995 - /llvm/trunk/lib/Target/ARM/ARMFastISel.cpp

Eric Christopher echristo at apple.com
Mon Nov 1 18:22:45 PDT 2010


Author: echristo
Date: Mon Nov  1 20:22:45 2010
New Revision: 117995

URL: http://llvm.org/viewvc/llvm-project?rev=117995&view=rev
Log:
Whitespeace

Modified:
    llvm/trunk/lib/Target/ARM/ARMFastISel.cpp

Modified: llvm/trunk/lib/Target/ARM/ARMFastISel.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/ARM/ARMFastISel.cpp?rev=117995&r1=117994&r2=117995&view=diff
==============================================================================
--- llvm/trunk/lib/Target/ARM/ARMFastISel.cpp (original)
+++ llvm/trunk/lib/Target/ARM/ARMFastISel.cpp Mon Nov  1 20:22:45 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-commits mailing list