Revert the patch that adds Function* for each 64-bit libc div/mul/rem that we
authorMisha Brukman <brukman+llvm@gmail.com>
Sat, 20 Nov 2004 00:10:20 +0000 (00:10 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Sat, 20 Nov 2004 00:10:20 +0000 (00:10 +0000)
commit1dc555c0d3a4abc2d0b6fe15ba2070b3ac884143
treed4ca2fb47dee8a2058efefede90e5fb06c3981e6
parentdef5745314661804d98e8c4682c53a73e0817174
Revert the patch that adds Function* for each 64-bit libc div/mul/rem that we
want to do; instead, we can use MachineInstr::addExternalSymbol(char*, bool) and
thus we don't have to modify the Module as we are code generating for it

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18025 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Sparc/SparcV8ISelSimple.cpp
lib/Target/SparcV8/SparcV8ISelSimple.cpp