diff options
Diffstat (limited to 'llvm/lib')
-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 |