Hexagon: Remove unused command line option.

llvm-svn: 156917
This commit is contained in:
Benjamin Kramer 2012-05-16 15:03:55 +00:00
parent 96a44b61c3
commit 7faf84f125
1 changed files with 0 additions and 2 deletions

View File

@ -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"));