1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00

HexagonMCCodeEmitter.cpp: Prune 2nd redundant \brief. [-Wdocumentation]

llvm-svn: 219073
This commit is contained in:
NAKAMURA Takumi 2014-10-05 04:54:54 +00:00
parent 1b6b088c7b
commit 242f8cc95b

View File

@ -32,7 +32,7 @@ STATISTIC(MCNumEmitted, "Number of MC instructions emitted");
namespace {
/// \brief 10.6 Instruction Packets
/// \brief Possible values for instruction packet parse field.
/// Possible values for instruction packet parse field.
enum class ParseField { duplex = 0x0, last0 = 0x1, last1 = 0x2, end = 0x3 };
/// \brief Returns the packet bits based on instruction position.
uint32_t getPacketBits(HexagonMCInst const &HMI) {