Remove the API compatibility layer which converted add, sub, and mul
authorDan Gohman <gohman@apple.com>
Mon, 3 May 2010 22:44:19 +0000 (22:44 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 3 May 2010 22:44:19 +0000 (22:44 +0000)
commit1eaac532615a54a1133367dc2c4ceaa79a150a9d
treeb577867241291af40389de7cbf82719be1eaed46
parentb98c549d135c8f38b2fc1b086cc46f0b243ce862
Remove the API compatibility layer which converted add, sub, and mul
to fadd, fsub, and fmul, when used with a floating-point type. LLVM
has supported the new instructions since 2.6, so it's time to get
on board.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102971 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AsmParser/LLParser.cpp
lib/VMCore/Constants.cpp
lib/VMCore/Instructions.cpp