diff options
| -rw-r--r-- | llvm/utils/TableGen/RegisterInfoEmitter.cpp | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/utils/TableGen/RegisterInfoEmitter.cpp b/llvm/utils/TableGen/RegisterInfoEmitter.cpp index e5f3cb3d6ef..92fa270c0fb 100644 --- a/llvm/utils/TableGen/RegisterInfoEmitter.cpp +++ b/llvm/utils/TableGen/RegisterInfoEmitter.cpp @@ -1236,6 +1236,7 @@ RegisterInfoEmitter::runTargetDesc(raw_ostream &OS, CodeGenTarget &Target,         << " = {\n";      for (unsigned M = 0; M < NumModes; ++M) {        unsigned EV = 0; +      (void)EV;        OS << "  // Mode = " << M << " (";        if (M == 0)          OS << "Default";  | 

