Skip to content

Commit 63b0ab8

Browse files
ImanHosseiniImanHosseini
and
ImanHosseini
authored
remove extra ; (#123352)
Remove erroneous extra semicolon in: #122788 Co-authored-by: ImanHosseini <[email protected]>
1 parent 0417cd1 commit 63b0ab8

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)