aboutsummaryrefslogtreecommitdiff
path: root/src/aarch64/macro-assembler-aarch64.h
diff options
context:
space:
mode:
authorPierre Langlois <pierre.langlois@arm.com>2017-06-06 17:58:58 +0100
committerPierre Langlois <pierre.langlois@arm.com>2017-06-21 14:49:41 +0100
commit1bce007699e07bd855b7d194ca93fa5504a73eda (patch)
tree7ccab4434352b23c9c4e7bb2cdbe3f56bfffb86c /src/aarch64/macro-assembler-aarch64.h
parentac2854411c51a724d1c9866abfa6ea9c94998116 (diff)
Use clang-format 3.8 to format VIXL
Additionally, this version of clang-format orders include directives alphabetically which showed that the "non-const-visitor.h" header was missing two of them. Change-Id: Ib03407dd2046a0bb7175370685e09fb3aebe583f
Diffstat (limited to 'src/aarch64/macro-assembler-aarch64.h')
-rw-r--r--src/aarch64/macro-assembler-aarch64.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/aarch64/macro-assembler-aarch64.h b/src/aarch64/macro-assembler-aarch64.h
index f4909b15..84aef1ea 100644
--- a/src/aarch64/macro-assembler-aarch64.h
+++ b/src/aarch64/macro-assembler-aarch64.h
@@ -303,7 +303,8 @@ class VeneerPool : public Pool {
ptrdiff_t,
kInvalidOffset,
kReclaimFrom,
- kReclaimFactor> BranchInfoTypedSetBase;
+ kReclaimFactor>
+ BranchInfoTypedSetBase;
typedef InvalSetIterator<BranchInfoTypedSetBase> BranchInfoTypedSetIterBase;
class BranchInfoTypedSet : public BranchInfoTypedSetBase {