TableGen: remove unused variable.

llvm-svn: 193527
This commit is contained in:
Ahmed Bougacha 2013-10-28 18:19:04 +00:00
parent 141075110c
commit a70ecdc3ac
1 changed files with 1 additions and 0 deletions

View File

@ -2881,6 +2881,7 @@ void CodeGenDAGPatterns::ParseInstructions() {
CodeGenInstruction &CGI = Target.getInstruction(Instrs[i]);
const DAGInstruction &DI = parseInstructionPattern(CGI, LI, Instructions);
(void)DI;
DEBUG(DI.getPattern()->dump());
}