MC: Modernize MCOperand API naming. NFC.
[oota-llvm.git] / utils / TableGen / FixedLenDecoderEmitter.cpp
index a4a46b316f280bdebdc4df5917c42b687cd122be..5db5b35764a66cc184cfc81c161e40e51fc37a44 100644 (file)
@@ -1054,7 +1054,7 @@ void FilterChooser::emitBinaryParser(raw_ostream &o, unsigned &Indentation,
                           << "(MI, tmp, Address, Decoder)"
                           << Emitter->GuardPostfix << "\n";
   else
-    o.indent(Indentation) << "MI.addOperand(MCOperand::CreateImm(tmp));\n";
+    o.indent(Indentation) << "MI.addOperand(MCOperand::createImm(tmp));\n";
 
 }