Skip to content

[flang] Fix typo in CustomIntrinsicCall.h (NFC) #115789

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
Nov 12, 2024

Conversation

dgg5503
Copy link
Contributor

@dgg5503 dgg5503 commented Nov 11, 2024

Fix typo in CustomIntrinsicCall.h.

NOTE: This PR is a way for me to test my new commit access! Please let me merge this pull request in after it has been approved.

Fix typo in `CustomIntrinsicCall.h`.


NOTE: This PR is a way for me to test my new commit access! Please let me merge this pull request in after it has been approved.
@dgg5503 dgg5503 requested a review from tblah November 11, 2024 23:42
@llvmbot llvmbot added flang Flang issues not falling into any other category flang:fir-hlfir labels Nov 11, 2024
@llvmbot
Copy link
Member

llvmbot commented Nov 11, 2024

@llvm/pr-subscribers-flang-fir-hlfir

Author: Douglas (dgg5503)

Changes

Fix typo in CustomIntrinsicCall.h.

NOTE: This PR is a way for me to test my new commit access! Please let me merge this pull request in after it has been approved.


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

1 Files Affected:

  • (modified) flang/include/flang/Lower/CustomIntrinsicCall.h (+1-1)
diff --git a/flang/include/flang/Lower/CustomIntrinsicCall.h b/flang/include/flang/Lower/CustomIntrinsicCall.h
index 31d0d0e07899a2..54126b129e9b00 100644
--- a/flang/include/flang/Lower/CustomIntrinsicCall.h
+++ b/flang/include/flang/Lower/CustomIntrinsicCall.h
@@ -98,7 +98,7 @@ lowerCustomIntrinsic(fir::FirOpBuilder &builder, mlir::Location loc,
                      const OperandGetter &getOperand, std::size_t numOperands,
                      Fortran::lower::StatementContext &stmtCtx);
 
-/// DEPRICATED: NEW CODE SHOULD USE THE VERSION OF genIntrinsicCall WITHOUT A
+/// DEPRECATED: NEW CODE SHOULD USE THE VERSION OF genIntrinsicCall WITHOUT A
 /// StatementContext, DECLARED IN IntrinsicCall.h
 /// Generate the FIR+MLIR operations for the generic intrinsic \p name
 /// with argument \p args and expected result type \p resultType.

Copy link
Collaborator

@lattner lattner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice!

@dgg5503
Copy link
Contributor Author

dgg5503 commented Nov 12, 2024

nice!

Thank you for the approval @lattner ! Going to give this a merge now 😀.

@dgg5503 dgg5503 merged commit 31dc2b9 into llvm:main Nov 12, 2024
11 checks passed
@dgg5503 dgg5503 deleted the dgg5503/main/flang-sp branch November 12, 2024 01:43
Groverkss pushed a commit to iree-org/llvm-project that referenced this pull request Nov 15, 2024
Fix typo in `CustomIntrinsicCall.h`: `DEPRICATED` -> `DEPRECATED`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
flang:fir-hlfir flang Flang issues not falling into any other category
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants