Skip to content

remove extra ; #123352

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 17, 2025
Merged

remove extra ; #123352

merged 1 commit into from
Jan 17, 2025

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