mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 04:02:41 +01:00
Fixed comment for libcalls.
llvm-svn: 67373
This commit is contained in:
parent
15d6146126
commit
d5c51dc50c
@ -191,8 +191,11 @@ MVT PIC16TargetLowering::getSetCCResultType(MVT ValType) const {
|
||||
return MVT::i8;
|
||||
}
|
||||
|
||||
/// FIXME: These three functions below should not be here if we change
|
||||
/// the generic code to allow generting libcalls for I8 types as well.
|
||||
/// The type legalizer framework of generating legalizer can generate libcalls
|
||||
/// only when the operand/result types are illegal.
|
||||
/// PIC16 needs to generate libcalls even for the legal types (i8) for some ops.
|
||||
/// For example an arithmetic right shift. These functions are used to lower
|
||||
/// such operations that generate libcall for legal types.
|
||||
|
||||
void
|
||||
PIC16TargetLowering::setPIC16LibcallName(PIC16ISD::PIC16Libcall Call,
|
||||
|
Loading…
Reference in New Issue
Block a user