mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-05 13:26:55 +00:00
Fix unused variables.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@190448 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -39,8 +39,6 @@
|
||||
|
||||
using namespace llvm;
|
||||
|
||||
const unsigned Hexagon_MAX_RET_SIZE = 64;
|
||||
|
||||
static cl::opt<bool>
|
||||
EmitJumpTables("hexagon-emit-jump-tables", cl::init(true), cl::Hidden,
|
||||
cl::desc("Control jump table emission on Hexagon target"));
|
||||
|
@@ -457,9 +457,7 @@ static SUnit *getSingleUnscheduledSucc(SUnit *SU) {
|
||||
// Constants used to denote relative importance of
|
||||
// heuristic components for cost computation.
|
||||
static const unsigned PriorityOne = 200;
|
||||
static const unsigned PriorityTwo = 100;
|
||||
static const unsigned PriorityThree = 50;
|
||||
static const unsigned PriorityFour = 20;
|
||||
static const unsigned ScaleTwo = 10;
|
||||
static const unsigned FactorOne = 2;
|
||||
|
||||
|
Reference in New Issue
Block a user