[Hexagon] Silence unused function warning with gcc10, NFC
This commit is contained in:
parent
314ccc0013
commit
ee11bf316f
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue