diff options
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/include/llvm/MC/MCInstrDesc.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/llvm/include/llvm/MC/MCInstrDesc.h b/llvm/include/llvm/MC/MCInstrDesc.h index 017009babca..1cb8934c3d6 100644 --- a/llvm/include/llvm/MC/MCInstrDesc.h +++ b/llvm/include/llvm/MC/MCInstrDesc.h @@ -60,9 +60,6 @@ enum OperandType { OPERAND_FIRST_TARGET = 12, }; -enum GenericOperandType { -}; - } /// This holds information about one operand of a machine instruction, @@ -177,7 +174,7 @@ public: // deprecated due to a "complex" reason, below. int64_t DeprecatedFeature; - // A complex method to determine is a certain is deprecated or not, and return + // A complex method to determine if a certain is deprecated or not, and return // the reason for deprecation. bool (*ComplexDeprecationInfo)(MCInst &, const MCSubtargetInfo &, std::string &); |

