Skip to content

Commit

Permalink
fix fomratting
Browse files Browse the repository at this point in the history
  • Loading branch information
perry-ca committed May 31, 2024
1 parent fe5ad9c commit 9a97202
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions clang/lib/Basic/Targets/SystemZ.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 9a97202

Please sign in to comment.