[llvm] r331602 - [MC] Remove unused MCOI::GenericOperandType
Fangrui Song via llvm-commits
llvm-commits at lists.llvm.org
Sat May 5 13:54:03 PDT 2018
Author: maskray
Date: Sat May 5 13:54:03 2018
New Revision: 331602
URL: http://llvm.org/viewvc/llvm-project?rev=331602&view=rev
Log:
[MC] Remove unused MCOI::GenericOperandType
Modified:
llvm/trunk/include/llvm/MC/MCInstrDesc.h
Modified: llvm/trunk/include/llvm/MC/MCInstrDesc.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/MC/MCInstrDesc.h?rev=331602&r1=331601&r2=331602&view=diff
==============================================================================
--- llvm/trunk/include/llvm/MC/MCInstrDesc.h (original)
+++ llvm/trunk/include/llvm/MC/MCInstrDesc.h Sat May 5 13:54:03 2018
@@ -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 &);
More information about the llvm-commits
mailing list