1
0
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:
Benjamin Kramer 2012-05-16 15:03:55 +00:00
parent cd6958362b
commit 630c0ab180

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