diff --git a/llvm/lib/Support/APInt.cpp b/llvm/lib/Support/APInt.cpp index 38cf485733a93..4e45416b4598f 100644 --- a/llvm/lib/Support/APInt.cpp +++ b/llvm/lib/Support/APInt.cpp @@ -3125,4 +3125,4 @@ APInt APIntOps::pow(const APInt &X, int64_t N) { Acc *= Base; } return Acc; -}; +}