We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0417cd1 commit 63b0ab8Copy full SHA for 63b0ab8
llvm/lib/Support/APInt.cpp
@@ -3125,4 +3125,4 @@ APInt APIntOps::pow(const APInt &X, int64_t N) {
3125
Acc *= Base;
3126
}
3127
return Acc;
3128
-};
+}
0 commit comments