1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 02:33:06 +01:00

[LangRef][NFC] Fix variable name in llvm.maxnum docs

This commit is contained in:
Fraser Cormack 2021-07-27 12:04:09 +01:00
parent a99adc793b
commit ac97ba67e8

View File

@ -14210,7 +14210,7 @@ all types however.
::
declare float @llvm.maxnum.f32(float %Val0, float %Val1l)
declare float @llvm.maxnum.f32(float %Val0, float %Val1)
declare double @llvm.maxnum.f64(double %Val0, double %Val1)
declare x86_fp80 @llvm.maxnum.f80(x86_fp80 %Val0, x86_fp80 %Val1)
declare fp128 @llvm.maxnum.f128(fp128 %Val0, fp128 %Val1)