[Hexagon] Remove unused function from subtarget

llvm-svn: 332369
This commit is contained in:
Krzysztof Parzyszek 2018-05-15 16:32:24 +00:00
parent 8a95329923
commit db39bf4088
1 changed files with 0 additions and 8 deletions

View File

@ -32,9 +32,6 @@
#define GET_SUBTARGETINFO_HEADER
#include "HexagonGenSubtargetInfo.inc"
#define Hexagon_SMALL_DATA_THRESHOLD 8
#define Hexagon_SLOTS 4
namespace llvm {
class MachineInstr;
@ -184,11 +181,6 @@ public:
const std::string &getCPUString () const { return CPUString; }
// Threshold for small data section
unsigned getSmallDataThreshold() const {
return Hexagon_SMALL_DATA_THRESHOLD;
}
const Hexagon::ArchEnum &getHexagonArchVersion() const {
return HexagonArchVersion;
}