Skip to content
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

Fixed typo in LangRef.rst #68789

Merged
merged 1 commit into from
Oct 13, 2023
Merged

Fixed typo in LangRef.rst #68789

merged 1 commit into from
Oct 13, 2023

Conversation

paschalis-mpeis
Copy link
Member

An IR sample in LangRef had a misplaced comment delimiter.

@llvmbot
Copy link

llvmbot commented Oct 11, 2023

@llvm/pr-subscribers-llvm-ir

Author: Paschalis Mpeis (paschalis)

Changes

An IR sample in LangRef had a misplaced comment delimiter.


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

1 Files Affected:

  • (modified) llvm/docs/LangRef.rst (+2-2)
diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst
index 1883e9f6290b151..efcac5f0c8375f1 100644
--- a/llvm/docs/LangRef.rst
+++ b/llvm/docs/LangRef.rst
@@ -18357,8 +18357,8 @@ For example:
 
 .. code-block:: text
 
- llvm.experimental.vector.splice(<A,B,C,D>, <E,F,G,H>, 1)  ==> <B, C, D, E> ; index
- llvm.experimental.vector.splice(<A,B,C,D>, <E,F,G,H>, -3) ==> <B, C, D, E> ; trailing elements
+ llvm.experimental.vector.splice(<A,B,C,D>, <E,F,G,H>, 1);  ==> <B, C, D, E> index
+ llvm.experimental.vector.splice(<A,B,C,D>, <E,F,G,H>, -3); ==> <B, C, D, E> trailing elements
 
 
 Arguments:

Some IR samples in LangRef had a misplaced comment delimiter.
@huntergr-arm huntergr-arm merged commit 41418ca into llvm:main Oct 13, 2023
3 checks passed
@paschalis-mpeis paschalis-mpeis deleted the typo_fix branch October 13, 2023 09:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants