mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-14 17:57:43 +00:00
*MacroFusion.cpp: Suppress warnings to eliminate \param(s). [-Wdocumentation]
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@293744 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7270af403d
commit
e11ce9f853
@ -26,7 +26,7 @@ static cl::opt<bool> EnableMacroFusion("aarch64-misched-fusion", cl::Hidden,
|
|||||||
|
|
||||||
namespace {
|
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
|
/// should be scheduled back to back. Given an anchor instruction, if the other
|
||||||
/// instruction is unspecified, then verify that the anchor instruction may be
|
/// instruction is unspecified, then verify that the anchor instruction may be
|
||||||
/// part of a pair at all.
|
/// 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
|
/// \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
|
/// indicates if its dependencies in \param APreds are predecessors instead of
|
||||||
/// successors.
|
/// successors.
|
||||||
static bool scheduleAdjacentImpl(ScheduleDAGMI *DAG, SUnit *ASU,
|
static bool scheduleAdjacentImpl(ScheduleDAGMI *DAG, SUnit *ASU,
|
||||||
|
@ -26,7 +26,7 @@ static cl::opt<bool> EnableMacroFusion("x86-misched-fusion", cl::Hidden,
|
|||||||
|
|
||||||
namespace {
|
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. If either instruction is unspecified,
|
/// should be scheduled back to back. If either instruction is unspecified,
|
||||||
/// then verify that the other instruction may be part of a pair at all.
|
/// then verify that the other instruction may be part of a pair at all.
|
||||||
static bool shouldScheduleAdjacent(const X86Subtarget &ST,
|
static bool shouldScheduleAdjacent(const X86Subtarget &ST,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user