summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen/CodeGenDAGPatterns.cpp
diff options
context:
space:
mode:
authorAhmed Bougacha <ahmed.bougacha@gmail.com>2013-10-28 18:19:04 +0000
committerAhmed Bougacha <ahmed.bougacha@gmail.com>2013-10-28 18:19:04 +0000
commita70ecdc3aca55484a800debbd54ff380218d9918 (patch)
tree172e07cb703fa94ef1daf32a76f0ec35c30d558d /llvm/utils/TableGen/CodeGenDAGPatterns.cpp
parent141075110cfcadaf0264bcf9eff471e9a09f9cae (diff)
downloadbcm5719-llvm-a70ecdc3aca55484a800debbd54ff380218d9918.tar.gz
bcm5719-llvm-a70ecdc3aca55484a800debbd54ff380218d9918.zip
TableGen: remove unused variable.
llvm-svn: 193527
Diffstat (limited to 'llvm/utils/TableGen/CodeGenDAGPatterns.cpp')
-rw-r--r--llvm/utils/TableGen/CodeGenDAGPatterns.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/utils/TableGen/CodeGenDAGPatterns.cpp b/llvm/utils/TableGen/CodeGenDAGPatterns.cpp
index 823f4376432..717090ae01e 100644
--- a/llvm/utils/TableGen/CodeGenDAGPatterns.cpp
+++ b/llvm/utils/TableGen/CodeGenDAGPatterns.cpp
@@ -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());
}
OpenPOWER on IntegriCloud