Skip to content

Commit 3a98f2a

Browse files
committed
Fix formatting.
1 parent a976da9 commit 3a98f2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/lib/CodeGen/Targets/SPIR.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ class SPIRVTargetCodeGenInfo : public CommonSPIRTargetCodeGenInfo {
7676
llvm::AtomicOrdering Ordering,
7777
llvm::LLVMContext &Ctx) const override;
7878
bool supportsLibCall() const override {
79-
return
80-
getABIInfo().getTarget().getTriple().getVendor() != llvm::Triple::AMD;
79+
return getABIInfo().getTarget().getTriple().getVendor() !=
80+
llvm::Triple::AMD;
8181
}
8282
};
8383

0 commit comments

Comments
 (0)