diff options
Diffstat (limited to 'contrib/llvm/lib/Target/AMDGPU/AMDGPUMacroFusion.cpp')
| -rw-r--r-- | contrib/llvm/lib/Target/AMDGPU/AMDGPUMacroFusion.cpp | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/llvm/lib/Target/AMDGPU/AMDGPUMacroFusion.cpp b/contrib/llvm/lib/Target/AMDGPU/AMDGPUMacroFusion.cpp index 7263ba73d155..995d9ae3907f 100644 --- a/contrib/llvm/lib/Target/AMDGPU/AMDGPUMacroFusion.cpp +++ b/contrib/llvm/lib/Target/AMDGPU/AMDGPUMacroFusion.cpp @@ -15,6 +15,7 @@  #include "AMDGPUMacroFusion.h"  #include "AMDGPUSubtarget.h"  #include "SIInstrInfo.h" +#include "MCTargetDesc/AMDGPUMCTargetDesc.h"  #include "llvm/CodeGen/MacroFusion.h" @@ -22,7 +23,7 @@ using namespace llvm;  namespace { -/// \brief Check if the instr pair, FirstMI and SecondMI, should be fused +/// Check if the instr pair, FirstMI and SecondMI, should be fused  /// together. Given SecondMI, when FirstMI is unspecified, then check if  /// SecondMI may be part of a fused pair at all.  static bool shouldScheduleAdjacent(const TargetInstrInfo &TII_,  | 
