We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63209b7 commit da6fc27Copy full SHA for da6fc27
llvm/include/llvm/CodeGen/TargetInstrInfo.h
@@ -118,7 +118,6 @@ class LLVM_ABI TargetInstrInfo : public MCInstrInfo {
118
/// MCOperandInfo's RegClass field for LookupRegClassByHwMode operands.
119
const int16_t *const RegClassByHwMode;
120
121
-public:
122
TargetInstrInfo(unsigned CFSetupOpcode = ~0u, unsigned CFDestroyOpcode = ~0u,
123
unsigned CatchRetOpcode = ~0u, unsigned ReturnOpcode = ~0u,
124
const int16_t *const RegClassByHwModeTable = nullptr)
0 commit comments