[Hexagon] Silence unused function warning with gcc10, NFC

This commit is contained in:
Krzysztof Parzyszek 2021-01-05 14:10:56 -06:00
parent 314ccc0013
commit ee11bf316f
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ public:
private:
bool isByteVecTy(Type *Ty) const;
bool isSectorTy(Type *Ty) const;
bool isSectorTy(Type *Ty) const LLVM_ATTRIBUTE_UNUSED;
Value *getElementRange(IRBuilder<> &Builder, Value *Lo, Value *Hi, int Start,
int Length) const;
};