diff options
Diffstat (limited to 'llvm/lib/Target/X86/X86MacroFusion.cpp')
-rw-r--r-- | llvm/lib/Target/X86/X86MacroFusion.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/X86/X86MacroFusion.cpp b/llvm/lib/Target/X86/X86MacroFusion.cpp index 2f14b70d019..9dbe0ecce26 100644 --- a/llvm/lib/Target/X86/X86MacroFusion.cpp +++ b/llvm/lib/Target/X86/X86MacroFusion.cpp @@ -26,7 +26,7 @@ static cl::opt<bool> EnableMacroFusion("x86-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. If either instruction is unspecified, /// then verify that the other instruction may be part of a pair at all. static bool shouldScheduleAdjacent(const X86Subtarget &ST, |