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:
parent
1b6b088c7b
commit
242f8cc95b
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user