summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorKrzysztof Parzyszek <kparzysz@codeaurora.org>2016-08-02 18:39:32 +0000
committerKrzysztof Parzyszek <kparzysz@codeaurora.org>2016-08-02 18:39:32 +0000
commit74daece192037ac86a85dc75243f4669105b510e (patch)
treea6131302542b302665d1aab1a216039cec1ac874 /llvm
parent3c02e188cf147fe2ca7be8ddc5451a039b24095b (diff)
downloadbcm5719-llvm-74daece192037ac86a85dc75243f4669105b510e.tar.gz
bcm5719-llvm-74daece192037ac86a85dc75243f4669105b510e.zip
[Hexagon] Remove unused option
llvm-svn: 277496
Diffstat (limited to 'llvm')
-rw-r--r--llvm/lib/Target/Hexagon/HexagonISelDAGToDAG.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/llvm/lib/Target/Hexagon/HexagonISelDAGToDAG.cpp b/llvm/lib/Target/Hexagon/HexagonISelDAGToDAG.cpp
index 4ce08059b1a..1bbfa96ec5b 100644
--- a/llvm/lib/Target/Hexagon/HexagonISelDAGToDAG.cpp
+++ b/llvm/lib/Target/Hexagon/HexagonISelDAGToDAG.cpp
@@ -26,13 +26,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),
cl::desc("Rebalance address calculation trees to improve "
OpenPOWER on IntegriCloud