diff options
Diffstat (limited to 'include/llvm/MC/MCInstrDesc.h')
| -rw-r--r-- | include/llvm/MC/MCInstrDesc.h | 4 | 
1 files changed, 1 insertions, 3 deletions
| diff --git a/include/llvm/MC/MCInstrDesc.h b/include/llvm/MC/MCInstrDesc.h index 9150a8b5c80a..ff4c756a66a1 100644 --- a/include/llvm/MC/MCInstrDesc.h +++ b/include/llvm/MC/MCInstrDesc.h @@ -173,7 +173,7 @@ public:    const MCPhysReg *ImplicitDefs; // Registers implicitly defined by this instr    const MCOperandInfo *OpInfo;   // 'NumOperands' entries about operands    // Subtarget feature that this is deprecated on, if any -  // -1 implies this is not deprecated by any single feature. It may still be  +  // -1 implies this is not deprecated by any single feature. It may still be    // deprecated due to a "complex" reason, below.    int64_t DeprecatedFeature; @@ -580,8 +580,6 @@ public:      return -1;    } -private: -    /// \brief Return true if this instruction defines the specified physical    /// register, either explicitly or implicitly.    bool hasDefOfPhysReg(const MCInst &MI, unsigned Reg, | 
