Skip to content

Commit edd9487

Browse files
ImanHosseiniImanHosseini
authored andcommitted
Automerge: remove extra ; (#123352)
Remove erroneous extra semicolon in: llvm/llvm-project#122788 Co-authored-by: ImanHosseini <[email protected]>
2 parents e0e7988 + 63b0ab8 commit edd9487

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Support/APInt.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3125,4 +3125,4 @@ APInt APIntOps::pow(const APInt &X, int64_t N) {
31253125
Acc *= Base;
31263126
}
31273127
return Acc;
3128-
};
3128+
}

0 commit comments

Comments
 (0)