Skip to content

Commit dc22605

Browse files
committed
clang-format
1 parent b568ed4 commit dc22605

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ class WebAssemblyTargetLowering final : public TargetLowering {
4545
/// right decision when generating code for different targets.
4646
const WebAssemblySubtarget *Subtarget;
4747

48-
bool shouldExpandPartialReductionIntrinsic(const IntrinsicInst *I) const override;
48+
bool
49+
shouldExpandPartialReductionIntrinsic(const IntrinsicInst *I) const override;
4950
AtomicExpansionKind shouldExpandAtomicRMWInIR(AtomicRMWInst *) const override;
5051
bool shouldScalarizeBinop(SDValue VecOp) const override;
5152
FastISel *createFastISel(FunctionLoweringInfo &FuncInfo,

0 commit comments

Comments
 (0)