Currently in LLVM, names of libcalls are assigned during TargetLowering
authorSanjiv Gupta <sanjiv.gupta@microchip.com>
Fri, 26 Feb 2010 07:31:15 +0000 (07:31 +0000)
committerSanjiv Gupta <sanjiv.gupta@microchip.com>
Fri, 26 Feb 2010 07:31:15 +0000 (07:31 +0000)
commit651d85c2f20563b33a330dfadf746169bf290eca
tree722f0ade3c78db511b25e2b1005d7c6ff9e46632
parent00947ee2dbcd1c499c2dda9cdaa72c6a3c8fbb24
Currently in LLVM, names of libcalls are assigned during TargetLowering
object construction. There is no provision to change them when the
code for a function generated.
So we have to change these names while printing assembly.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97213 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/PIC16/AsmPrinter/PIC16AsmPrinter.cpp
lib/Target/PIC16/PIC16ABINames.h
lib/Target/PIC16/PIC16Passes/PIC16Cloner.cpp