diff options
| author | Moritz Roth <moritz.roth@arm.com> | 2014-08-14 16:20:50 +0000 |
|---|---|---|
| committer | Moritz Roth <moritz.roth@arm.com> | 2014-08-14 16:20:50 +0000 |
| commit | 6f257cf27b5bcba8ea0cd4d4258890ede6212902 (patch) | |
| tree | 3d74ecf147307cc00ef011a15991d719b23f9db8 /llvm/lib/Target | |
| parent | a208a73390b060426244405a744fdc93298da95d (diff) | |
| download | bcm5719-llvm-6f257cf27b5bcba8ea0cd4d4258890ede6212902.tar.gz bcm5719-llvm-6f257cf27b5bcba8ea0cd4d4258890ede6212902.zip | |
Testing commit access.
Remove a trailing whitespace.
llvm-svn: 215653
Diffstat (limited to 'llvm/lib/Target')
| -rw-r--r-- | llvm/lib/Target/AArch64/AArch64BranchRelaxation.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/AArch64/AArch64BranchRelaxation.cpp b/llvm/lib/Target/AArch64/AArch64BranchRelaxation.cpp index 670fe91d8f7..e2b636773b0 100644 --- a/llvm/lib/Target/AArch64/AArch64BranchRelaxation.cpp +++ b/llvm/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; |

