summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AArch64/AArch64MacroFusion.cpp
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2017-02-01 07:30:46 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2017-02-01 07:30:46 +0000
commit468487d71ae3641883e06fbc81410d11a146ff02 (patch)
treeb18515c800018b41b6eecc092720a02721149362 /llvm/lib/Target/AArch64/AArch64MacroFusion.cpp
parent0bcba19cdf6f2ba07d38959595a5b6c66ff33194 (diff)
downloadbcm5719-llvm-468487d71ae3641883e06fbc81410d11a146ff02.tar.gz
bcm5719-llvm-468487d71ae3641883e06fbc81410d11a146ff02.zip
*MacroFusion.cpp: Suppress warnings to eliminate \param(s). [-Wdocumentation]
llvm-svn: 293744
Diffstat (limited to 'llvm/lib/Target/AArch64/AArch64MacroFusion.cpp')
-rw-r--r--llvm/lib/Target/AArch64/AArch64MacroFusion.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/AArch64/AArch64MacroFusion.cpp b/llvm/lib/Target/AArch64/AArch64MacroFusion.cpp
index 7919b681dcb..979551696ef 100644
--- a/llvm/lib/Target/AArch64/AArch64MacroFusion.cpp
+++ b/llvm/lib/Target/AArch64/AArch64MacroFusion.cpp
@@ -26,7 +26,7 @@ static cl::opt<bool> EnableMacroFusion("aarch64-misched-fusion", cl::Hidden,
namespace {
-/// \brief Verify that the instruction pair, \param First and \param Second,
+/// \brief Verify that the instruction pair, First and Second,
/// should be scheduled back to back. Given an anchor instruction, if the other
/// instruction is unspecified, then verify that the anchor instruction may be
/// part of a pair at all.
@@ -158,7 +158,7 @@ static bool shouldScheduleAdjacent(const AArch64InstrInfo &TII,
}
/// \brief Implement the fusion of instruction pairs in the scheduling
-/// \param DAG, anchored at the instruction in \param ASU. \param Preds
+/// DAG, anchored at the instruction in ASU. Preds
/// indicates if its dependencies in \param APreds are predecessors instead of
/// successors.
static bool scheduleAdjacentImpl(ScheduleDAGMI *DAG, SUnit *ASU,
OpenPOWER on IntegriCloud