projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b41039
)
Testing commit access.
author
Moritz Roth
<moritz.roth@arm.com>
Thu, 14 Aug 2014 16:20:50 +0000
(16:20 +0000)
committer
Moritz Roth
<moritz.roth@arm.com>
Thu, 14 Aug 2014 16:20:50 +0000
(16:20 +0000)
Remove a trailing whitespace.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@215653
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/AArch64/AArch64BranchRelaxation.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/AArch64/AArch64BranchRelaxation.cpp
b/lib/Target/AArch64/AArch64BranchRelaxation.cpp
index 670fe91d8f7cabbf4292ff5e27fb4c48e41b81cd..e2b636773b0a37bb6f55d8ecc51ce71d03404bf5 100644
(file)
--- 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;