Floating-point add, sub, and mul are now spelled fadd, fsub, and fmul,
authorDan Gohman <gohman@apple.com>
Tue, 2 Mar 2010 01:11:08 +0000 (01:11 +0000)
committerDan Gohman <gohman@apple.com>
Tue, 2 Mar 2010 01:11:08 +0000 (01:11 +0000)
commita9445e11c553855a6caacbbbf77a9b993ecc651e
tree6bc8ec7754c19ad16540ade4132afb5e6fb1b185
parentfbbee8d7f967b72c5ec3105ef1b21e8a115a8b78
Floating-point add, sub, and mul are now spelled fadd, fsub, and fmul,
respectively.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97531 91177308-0d34-0410-b5e6-96231b3b80d8
17 files changed:
docs/CodeGenerator.html
docs/tutorial/LangImpl3.html
docs/tutorial/LangImpl4.html
docs/tutorial/LangImpl5.html
docs/tutorial/LangImpl7.html
docs/tutorial/OCamlLangImpl3.html
docs/tutorial/OCamlLangImpl4.html
docs/tutorial/OCamlLangImpl5.html
docs/tutorial/OCamlLangImpl7.html
lib/Target/PowerPC/README.txt
lib/Target/X86/README-SSE.txt
lib/Transforms/InstCombine/InstCombineAddSub.cpp
lib/Transforms/InstCombine/InstCombineMulDivRem.cpp
test/ExecutionEngine/2010-01-15-UndefValue.ll
test/Transforms/InstCombine/multi-use-or.ll
test/Transforms/InstCombine/vec_narrow.ll
test/Transforms/SimplifyCFG/2009-06-15-InvokeCrash.ll