Unify all of the code for floating point +,-,*,/ into one function
authorChris Lattner <sabre@nondot.org>
Sun, 11 Apr 2004 21:23:56 +0000 (21:23 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 11 Apr 2004 21:23:56 +0000 (21:23 +0000)
commit6621ed94cc6fc1daba42171753d1b54fd7fc6e86
tree4e69d168d0f166ff7963f8ae7a8d44d36d5fd30c
parent8ebf1c35a15ea2c316edd207e8258af0d634931a
Unify all of the code for floating point +,-,*,/ into one function

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12842 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/InstSelectSimple.cpp
lib/Target/X86/X86ISelSimple.cpp