diff options
| author | NAKAMURA Takumi <geek4civic@gmail.com> | 2014-10-05 04:54:54 +0000 |
|---|---|---|
| committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2014-10-05 04:54:54 +0000 |
| commit | 2a295fd337666999ad2ae9d6549ba846cbdab08b (patch) | |
| tree | df8d75ab80a6de407172c7b67cbfa5ea2e14606d /llvm/lib | |
| parent | 0b6b5654bb461a4c574183948dc49d8ed410009b (diff) | |
| download | bcm5719-llvm-2a295fd337666999ad2ae9d6549ba846cbdab08b.tar.gz bcm5719-llvm-2a295fd337666999ad2ae9d6549ba846cbdab08b.zip | |
HexagonMCCodeEmitter.cpp: Prune 2nd redundant \brief. [-Wdocumentation]
llvm-svn: 219073
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCCodeEmitter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCCodeEmitter.cpp b/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCCodeEmitter.cpp index 9a85565f5ef..4471977ab49 100644 --- a/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCCodeEmitter.cpp +++ b/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCCodeEmitter.cpp @@ -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) { |

