diff options
Diffstat (limited to 'llvm/lib/Target/X86/X86MacroFusion.h')
-rw-r--r-- | llvm/lib/Target/X86/X86MacroFusion.h | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/llvm/lib/Target/X86/X86MacroFusion.h b/llvm/lib/Target/X86/X86MacroFusion.h index 13fa2d78a01..e630f802e8e 100644 --- a/llvm/lib/Target/X86/X86MacroFusion.h +++ b/llvm/lib/Target/X86/X86MacroFusion.h @@ -2,18 +2,23 @@ // // The LLVM Compiler Infrastructure // -// This file is distributed under the University of Illinois Open Source +// \file This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===// // -/// \file This file contains the X86 definition of the DAG scheduling mutation -/// to pair instructions back to back. +// This file contains the X86 definition of the DAG scheduling mutation to pair +// instructions back to back. // //===----------------------------------------------------------------------===// +#include "X86InstrInfo.h" #include "llvm/CodeGen/MachineScheduler.h" +//===----------------------------------------------------------------------===// +// X86MacroFusion - DAG post-processing to encourage fusion of macro ops. +//===----------------------------------------------------------------------===// + namespace llvm { /// Note that you have to add: |