diff options
author | Chad Rosier <mcrosier@codeaurora.org> | 2016-03-21 13:43:58 +0000 |
---|---|---|
committer | Chad Rosier <mcrosier@codeaurora.org> | 2016-03-21 13:43:58 +0000 |
commit | 4aeab5fbf241a06fbd8fef719b94466da7f2f6d4 (patch) | |
tree | f8a9c6b052ba527e4e2fcae545bc977b46999574 | |
parent | f875e4fd924b5ce61fd3bed76c569b5ec2c2f048 (diff) | |
download | bcm5719-llvm-4aeab5fbf241a06fbd8fef719b94466da7f2f6d4.tar.gz bcm5719-llvm-4aeab5fbf241a06fbd8fef719b94466da7f2f6d4.zip |
[AArch64] Fix a -Wdocumentation warning. NFC.
llvm-svn: 263942
-rw-r--r-- | llvm/lib/Target/AArch64/AArch64InstrInfo.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/AArch64/AArch64InstrInfo.cpp b/llvm/lib/Target/AArch64/AArch64InstrInfo.cpp index 19e58140c66..d447a721c72 100644 --- a/llvm/lib/Target/AArch64/AArch64InstrInfo.cpp +++ b/llvm/lib/Target/AArch64/AArch64InstrInfo.cpp @@ -3081,8 +3081,8 @@ void AArch64InstrInfo::genAlternativeCodeSequence( /// 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 |