Fix broken doxygen annotations, NFC

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@221801 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Jingyue Wu 2014-11-12 18:25:06 +00:00
parent 83c8e732dd
commit dc9e73b4f8
2 changed files with 0 additions and 4 deletions

View File

@ -70,8 +70,6 @@ public:
OperandValueKind Opd2Info = OK_AnyValue,
OperandValueProperties Opd1PropInfo = OP_None,
OperandValueProperties Opd2PropInfo = OP_None) const override;
/// @}
};
} // end anonymous namespace

View File

@ -82,8 +82,6 @@ public:
unsigned getNumberOfRegisters(bool Vector) const override;
unsigned getRegisterBitWidth(bool Vector) const override;
unsigned getMaxInterleaveFactor() const override;
/// @}
};
} // end anonymous namespace