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

[docs] Fix llround typo in LangRef #111426

Merged
merged 1 commit into from
Oct 8, 2024

Conversation

JohanEngelen
Copy link
Member

No description provided.

@llvmbot llvmbot added the llvm:ir label Oct 7, 2024
@llvmbot
Copy link
Collaborator

llvmbot commented Oct 7, 2024

@llvm/pr-subscribers-llvm-ir

Author: Johan Engelen (JohanEngelen)

Changes

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

1 Files Affected:

  • (modified) llvm/docs/LangRef.rst (+5-5)
diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst
index 5527e4a8818a55..0c7279de06cd68 100644
--- a/llvm/docs/LangRef.rst
+++ b/llvm/docs/LangRef.rst
@@ -17027,11 +17027,11 @@ floating-point type. Not all targets support all types however.
 
 ::
 
-      declare i64 @llvm.lround.i64.f32(float %Val)
-      declare i64 @llvm.lround.i64.f64(double %Val)
-      declare i64 @llvm.lround.i64.f80(float %Val)
-      declare i64 @llvm.lround.i64.f128(double %Val)
-      declare i64 @llvm.lround.i64.ppcf128(double %Val)
+      declare i64 @llvm.llround.i64.f32(float %Val)
+      declare i64 @llvm.llround.i64.f64(double %Val)
+      declare i64 @llvm.llround.i64.f80(float %Val)
+      declare i64 @llvm.llround.i64.f128(double %Val)
+      declare i64 @llvm.llround.i64.ppcf128(double %Val)
 
 Overview:
 """""""""

@JohanEngelen JohanEngelen merged commit 9e954b2 into llvm:main Oct 8, 2024
11 of 13 checks passed
@JohanEngelen JohanEngelen deleted the llround-langref branch October 8, 2024 18:30
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