Target: Allow target specific operand types
[oota-llvm.git] / utils / TableGen / InstrInfoEmitter.cpp
index 36afd610d350c13469e4581534897dca129a280b..fe30d60fd4ce705485de37179db080784d0cda3f 100644 (file)
@@ -143,7 +143,7 @@ InstrInfoEmitter::GetOperandInfo(const CodeGenInstruction &Inst) {
         Res += "|(1<<MCOI::OptionalDef)";
 
       // Fill in operand type.
-      Res += ", MCOI::";
+      Res += ", ";
       assert(!Op.OperandType.empty() && "Invalid operand type.");
       Res += Op.OperandType;