TableGen: remove unused variable.
authorAhmed Bougacha <ahmed.bougacha@gmail.com>
Mon, 28 Oct 2013 18:19:04 +0000 (18:19 +0000)
committerAhmed Bougacha <ahmed.bougacha@gmail.com>
Mon, 28 Oct 2013 18:19:04 +0000 (18:19 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193527 91177308-0d34-0410-b5e6-96231b3b80d8

utils/TableGen/CodeGenDAGPatterns.cpp

index 823f43764323262000fcb818e1eb8946164b4200..717090ae01e48882c80eab83965f301e81a7bdf4 100644 (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());
   }