mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
Hexagon: Remove unused command line option.
llvm-svn: 156917
This commit is contained in:
parent
cd6958362b
commit
630c0ab180
@ -51,8 +51,6 @@ using namespace llvm;
|
||||
|
||||
STATISTIC(NumNVJGenerated, "Number of New Value Jump Instructions created");
|
||||
|
||||
cl::opt<int> DebugHexagonNewValueJump("debug-nvj", cl::Hidden, cl::desc(""));
|
||||
|
||||
static cl::opt<int>
|
||||
DbgNVJCount("nvj-count", cl::init(-1), cl::Hidden, cl::desc(
|
||||
"Maximum number of predicated jumps to be converted to New Value Jump"));
|
||||
|
Loading…
Reference in New Issue
Block a user