[llvm] r263942 - [AArch64] Fix a -Wdocumentation warning. NFC.
Chad Rosier via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 21 06:43:58 PDT 2016
Author: mcrosier
Date: Mon Mar 21 08:43:58 2016
New Revision: 263942
URL: http://llvm.org/viewvc/llvm-project?rev=263942&view=rev
Log:
[AArch64] Fix a -Wdocumentation warning. NFC.
Modified:
llvm/trunk/lib/Target/AArch64/AArch64InstrInfo.cpp
Modified: llvm/trunk/lib/Target/AArch64/AArch64InstrInfo.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/AArch64/AArch64InstrInfo.cpp?rev=263942&r1=263941&r2=263942&view=diff
==============================================================================
--- llvm/trunk/lib/Target/AArch64/AArch64InstrInfo.cpp (original)
+++ llvm/trunk/lib/Target/AArch64/AArch64InstrInfo.cpp Mon Mar 21 08:43:58 2016
@@ -3081,8 +3081,8 @@ void AArch64InstrInfo::genAlternativeCod
/// to
/// b.<condition code>
///
-/// \brief Replace compare and branch sequence by TBZ/TBNZ instruction when
-/// the compare's constant operand is power of 2.
+/// Replace compare and branch sequence by TBZ/TBNZ instruction when the
+/// compare's constant operand is power of 2.
///
/// Examples:
/// and w8, w8, #0x400
More information about the llvm-commits
mailing list