Skip to content

Conversation

@ImanHosseini
Copy link
Contributor

Remove erroneous extra semicolon in: #122788

@llvmbot
Copy link
Member

llvmbot commented Jan 17, 2025

@llvm/pr-subscribers-llvm-support

Author: Iman Hosseini (ImanHosseini)

Changes

Remove erroneous extra semicolon in: #122788


Full diff: https://github.com/llvm/llvm-project/pull/123352.diff

1 Files Affected:

  • (modified) llvm/lib/Support/APInt.cpp (+1-1)
diff --git a/llvm/lib/Support/APInt.cpp b/llvm/lib/Support/APInt.cpp
index 38cf485733a937..4e45416b4598f8 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;
-};
+}

@ImanHosseini ImanHosseini merged commit 63b0ab8 into llvm:main Jan 17, 2025
6 of 8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants