diff --git a/docs/LangRef.html b/docs/LangRef.html index 0c004e48251..8fb39b12c94 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -173,7 +173,6 @@
- declare bool %llvm.isunordered.f32(float Val1, float Val2) - declare bool %llvm.isunordered.f64(double Val1, double Val2) -- -
-The 'llvm.isunordered' intrinsics return true if either or both of the -specified floating point values is a NAN. -
- --The arguments are floating point numbers of the same type. -
- --If either or both of the arguments is a SNAN or QNAN, it returns true, otherwise -false. -
-