Rename "fpaccuracy" metadata to the more generic "fpmath". That's because I'm
authorDuncan Sands <baldrick@free.fr>
Sat, 14 Apr 2012 12:36:06 +0000 (12:36 +0000)
committerDuncan Sands <baldrick@free.fr>
Sat, 14 Apr 2012 12:36:06 +0000 (12:36 +0000)
commit5e5c5f8259b90ba77c0b30e67cb360165000d1f6
tree34b6232fb2d46356c6eca0f8c2ff513ab9f92e50
parent164dfb094df947db2117c182ae033ea85c6c42a1
Rename "fpaccuracy" metadata to the more generic "fpmath".  That's because I'm
thinking of generalizing it to be able to specify other freedoms beyond accuracy
(such as that NaN's don't have to be respected).  I'd like the 3.1 release (the
first one with this metadata) to have the more generic name already rather than
having to auto-upgrade it in 3.2.

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