From 5ba39ae563c19e0304387d39fa359305ada6220b Mon Sep 17 00:00:00 2001 From: Michael Ilseman Date: Fri, 30 Nov 2012 23:14:52 +0000 Subject: [PATCH] Removed redundancy in wording git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169053 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/LangRef.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/LangRef.html b/docs/LangRef.html index fc202b7f8fc..b4782c273db 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -1762,7 +1762,7 @@ in signal handlers).

LLVM IR floating-point binary ops (fadd, fsub, fmul, fdiv, -frem) instructions have the following flags +frem) have the following flags that can set to enable otherwise unsafe floating point operations

nnan
-- 2.34.1