[Hexagon] Remove unused declaration CanReturnSmallStruct (NFC)

The declaration was introduced without a corresponding definition on
Dec 12, 2011 in commit 1213a7a57f.
This commit is contained in:
Kazu Hirata 2022-07-24 14:48:09 -07:00
parent 49f72cb5bd
commit bafeb63448
1 changed files with 0 additions and 3 deletions

View File

@ -107,9 +107,6 @@ class HexagonTargetLowering : public TargetLowering {
const HexagonTargetMachine &HTM;
const HexagonSubtarget &Subtarget;
bool CanReturnSmallStruct(const Function* CalleeFn, unsigned& RetSize)
const;
public:
explicit HexagonTargetLowering(const TargetMachine &TM,
const HexagonSubtarget &ST);