Skip to content

Commit f808cb0

Browse files
committed
[AArch64][Driver] Fix clang-format
1 parent ae8f350 commit f808cb0

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

llvm/lib/TargetParser/AArch64TargetParser.cpp

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -345,9 +345,10 @@ void AArch64::ExtensionSet::disable(ArchExtKind E) {
345345
disable(Dep.Later);
346346
}
347347

348-
static void setEnableIfMandatory(AArch64::ExtensionSet &Exts, AArch64::ExtensionInfo E) {
349-
if (Exts.BaseArch->DefaultExts.test(E.ID))
350-
Exts.Enabled.set(E.ID);
348+
static void setEnableIfMandatory(AArch64::ExtensionSet &Exts,
349+
AArch64::ExtensionInfo E) {
350+
if (Exts.BaseArch->DefaultExts.test(E.ID))
351+
Exts.Enabled.set(E.ID);
351352
}
352353

353354
void AArch64::ExtensionSet::addCPUDefaults(const CpuInfo &CPU) {

0 commit comments

Comments
 (0)