Fix tests to use fadd, fsub, and fmul, instead of add, sub, and mul,
authorDan Gohman <gohman@apple.com>
Mon, 3 May 2010 22:36:46 +0000 (22:36 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 3 May 2010 22:36:46 +0000 (22:36 +0000)
commitd4d01154ef0cb9d84d1c1c342ec9d3115d932e99
tree1f238baeb9cd6c7982cf1c5d0aa7f6d7a06f6078
parentb4c14aaa50b58ac723d0ed179695e1cd7296572a
Fix tests to use fadd, fsub, and fmul, instead of add, sub, and mul,
when the type is floating-point.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102969 91177308-0d34-0410-b5e6-96231b3b80d8
15 files changed:
test/CodeGen/ARM/vadd.ll
test/CodeGen/ARM/vld2.ll
test/CodeGen/ARM/vld3.ll
test/CodeGen/ARM/vld4.ll
test/CodeGen/ARM/vldlane.ll
test/CodeGen/ARM/vmla.ll
test/CodeGen/ARM/vmls.ll
test/CodeGen/ARM/vmul.ll
test/CodeGen/ARM/vneg.ll
test/CodeGen/ARM/vsub.ll
test/CodeGen/ARM/vtrn.ll
test/CodeGen/ARM/vuzp.ll
test/CodeGen/ARM/vzip.ll
test/CodeGen/X86/2010-01-07-UAMemFeature.ll
test/CodeGen/X86/stack-align.ll