Express the number of ULPs in fpaccuracy metadata as a real rather than a
authorDuncan Sands <baldrick@free.fr>
Tue, 10 Apr 2012 08:22:43 +0000 (08:22 +0000)
committerDuncan Sands <baldrick@free.fr>
Tue, 10 Apr 2012 08:22:43 +0000 (08:22 +0000)
commit1fd63df6930a83d9d1378d2c68e19850c652078e
treea604adacb83bcc32a711f03f8e5dd862db6176c4
parentd9fc1ce8096f7138c60edc3a6655583bf209780e
Express the number of ULPs in fpaccuracy metadata as a real rather than a
rational number, eg as 2.5 rather than 5, 2.  OK'd by Peter Collingbourne.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154387 91177308-0d34-0410-b5e6-96231b3b80d8
docs/LangRef.html
include/llvm/ADT/APFloat.h
lib/VMCore/Verifier.cpp
test/Verifier/fpaccuracy.ll [new file with mode: 0644]