Adding function "lookupGCCName" to MBlazeIntrinsicInfo
authorWesley Peck <peckw@wesleypeck.com>
Wed, 24 Feb 2010 20:16:27 +0000 (20:16 +0000)
committerWesley Peck <peckw@wesleypeck.com>
Wed, 24 Feb 2010 20:16:27 +0000 (20:16 +0000)
commit173c5c40f6cda11fa7f10a3ecf93c204f85a9495
tree057cf6f0297756c3daf5ab6d291eec3b3662aaad
parent23cfda719e059ce7d761b08fbfb89e676d6c9737
Adding function "lookupGCCName" to MBlazeIntrinsicInfo

Adding the function "lookupGCCName" to the MBlazeIntrinsicInfo
class to support the Clang MicroBlaze target.

Additionally, minor fixes which remove some unused PIC code
(PIC is not supported yet in the MicroBlaze backend) and
removed some unused variables.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97054 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/MBlaze/MBlazeISelLowering.cpp
lib/Target/MBlaze/MBlazeIntrinsicInfo.cpp
lib/Target/MBlaze/MBlazeIntrinsicInfo.h
lib/Target/MBlaze/MBlazeMachineFunction.h
lib/Target/MBlaze/MBlazeRegisterInfo.cpp