[Hexagon] Remove unused option

llvm-svn: 277496
This commit is contained in:
Krzysztof Parzyszek 2016-08-02 18:39:32 +00:00
parent 3c02e188cf
commit 74daece192
1 changed files with 0 additions and 7 deletions

View File

@ -25,13 +25,6 @@ using namespace llvm;
#define DEBUG_TYPE "hexagon-isel"
static
cl::opt<unsigned>
MaxNumOfUsesForConstExtenders("ga-max-num-uses-for-constant-extenders",
cl::Hidden, cl::init(2),
cl::desc("Maximum number of uses of a global address such that we still us a"
"constant extended instruction"));
static
cl::opt<bool>
EnableAddressRebalancing("isel-rebalance-addr", cl::Hidden, cl::init(true),