Skip to content

Commit ceeeae1

Browse files
author
ImanHosseini
committed
remove extra ;
1 parent a4d45fe commit ceeeae1

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)