From 9a97202f6baff50f7cadbd77a78d928c890db608 Mon Sep 17 00:00:00 2001 From: Sean Perry Date: Fri, 31 May 2024 13:02:11 -0500 Subject: [PATCH] fix fomratting --- clang/lib/Basic/Targets/SystemZ.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/clang/lib/Basic/Targets/SystemZ.h b/clang/lib/Basic/Targets/SystemZ.h index 15df4f3df63537..a6e08ea993aea7 100644 --- a/clang/lib/Basic/Targets/SystemZ.h +++ b/clang/lib/Basic/Targets/SystemZ.h @@ -32,8 +32,7 @@ class LLVM_LIBRARY_VISIBILITY SystemZTargetInfo : public TargetInfo { public: SystemZTargetInfo(const llvm::Triple &Triple, const TargetOptions &) - : TargetInfo(Triple), - ISARevision(getISARevision("z10")), + : TargetInfo(Triple), ISARevision(getISARevision("z10")), HasTransactionalExecution(false), HasVector(false), SoftFloat(false), UnalignedSymbols(false) { IntMaxType = SignedLong;