[llvm] r215653 - Testing commit access.

Moritz Roth moritz.roth at arm.com
Thu Aug 14 09:20:50 PDT 2014


Author: mroth
Date: Thu Aug 14 11:20:50 2014
New Revision: 215653

URL: http://llvm.org/viewvc/llvm-project?rev=215653&view=rev
Log:
Testing commit access.

Remove a trailing whitespace.

Modified:
    llvm/trunk/lib/Target/AArch64/AArch64BranchRelaxation.cpp

Modified: llvm/trunk/lib/Target/AArch64/AArch64BranchRelaxation.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/AArch64/AArch64BranchRelaxation.cpp?rev=215653&r1=215652&r2=215653&view=diff
==============================================================================
--- llvm/trunk/lib/Target/AArch64/AArch64BranchRelaxation.cpp (original)
+++ llvm/trunk/lib/Target/AArch64/AArch64BranchRelaxation.cpp Thu Aug 14 11:20:50 2014
@@ -137,7 +137,7 @@ static bool BBHasFallthrough(MachineBasi
   if (NextBB == MBB->getParent()->end())
     return false;
 
-  for (MachineBasicBlock *S : MBB->successors()) 
+  for (MachineBasicBlock *S : MBB->successors())
     if (S == NextBB)
       return true;
 





More information about the llvm-commits mailing list