mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
TableGen: remove unused variable.
llvm-svn: 193527
This commit is contained in:
parent
3761482703
commit
ad22d8e3c1
@ -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());
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user