Skip to content

Commit 9e954b2

Browse files
authored
[docs] Fix llround typo in LangRef (#111426)
1 parent 3c6041d commit 9e954b2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

llvm/docs/LangRef.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17027,11 +17027,11 @@ floating-point type. Not all targets support all types however.
1702717027

1702817028
::
1702917029

17030-
declare i64 @llvm.lround.i64.f32(float %Val)
17031-
declare i64 @llvm.lround.i64.f64(double %Val)
17032-
declare i64 @llvm.lround.i64.f80(float %Val)
17033-
declare i64 @llvm.lround.i64.f128(double %Val)
17034-
declare i64 @llvm.lround.i64.ppcf128(double %Val)
17030+
declare i64 @llvm.llround.i64.f32(float %Val)
17031+
declare i64 @llvm.llround.i64.f64(double %Val)
17032+
declare i64 @llvm.llround.i64.f80(float %Val)
17033+
declare i64 @llvm.llround.i64.f128(double %Val)
17034+
declare i64 @llvm.llround.i64.ppcf128(double %Val)
1703517035

1703617036
Overview:
1703717037
"""""""""

0 commit comments

Comments
 (0)