From: Moritz Roth Date: Thu, 14 Aug 2014 16:20:50 +0000 (+0000) Subject: Testing commit access. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=d8b0f99f870fb08af65a655f2c6cee3324386e7a;p=oota-llvm.git Testing commit access. Remove a trailing whitespace. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@215653 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/AArch64/AArch64BranchRelaxation.cpp b/lib/Target/AArch64/AArch64BranchRelaxation.cpp index 670fe91d8f7..e2b636773b0 100644 --- a/lib/Target/AArch64/AArch64BranchRelaxation.cpp +++ b/lib/Target/AArch64/AArch64BranchRelaxation.cpp @@ -137,7 +137,7 @@ static bool BBHasFallthrough(MachineBasicBlock *MBB) { if (NextBB == MBB->getParent()->end()) return false; - for (MachineBasicBlock *S : MBB->successors()) + for (MachineBasicBlock *S : MBB->successors()) if (S == NextBB) return true;