HexagonMCCodeEmitter.cpp: Prune 2nd redundant \brief. [-Wdocumentation]
authorNAKAMURA Takumi <geek4civic@gmail.com>
Sun, 5 Oct 2014 04:54:54 +0000 (04:54 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Sun, 5 Oct 2014 04:54:54 +0000 (04:54 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@219073 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/Hexagon/MCTargetDesc/HexagonMCCodeEmitter.cpp

index 9a85565f5ef446fb84634a5561539dfe36694ab3..4471977ab49753664fb73cd7e29e545309cee7a5 100644 (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) {