diff options
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/Target/WebAssembly/InstPrinter/WebAssemblyInstPrinter.cpp | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/llvm/lib/Target/WebAssembly/InstPrinter/WebAssemblyInstPrinter.cpp b/llvm/lib/Target/WebAssembly/InstPrinter/WebAssemblyInstPrinter.cpp index 1b52bed0abe..a1710dd5d6d 100644 --- a/llvm/lib/Target/WebAssembly/InstPrinter/WebAssemblyInstPrinter.cpp +++ b/llvm/lib/Target/WebAssembly/InstPrinter/WebAssemblyInstPrinter.cpp @@ -154,6 +154,7 @@ void WebAssemblyInstPrinter::printOperand(const MCInst *MI, unsigned OpNo,              (Desc.TSFlags & WebAssemblyII::VariableOpIsImmediate)) &&             "WebAssemblyII::VariableOpIsImmediate should be set for "             "variable_ops immediate ops"); +    (void)Desc;      // TODO: (MII.get(MI->getOpcode()).TSFlags &      //        WebAssemblyII::VariableOpImmediateIsLabel)      // can tell us whether this is an immediate referencing a label in the | 

